Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-12-04 20:33:03 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:59 +0300
commit83690aa414831f2ea6e1035c67b9734bb0a7a060 (patch)
treea2295b000b90e0bbd0e3bc261f099db0f0d6c71f /std
parentbae24455806ddc56fbf0187a3d628409c5c58995 (diff)
[search] Added FixedBitsDDVector container.
Diffstat (limited to 'std')
-rw-r--r--std/random.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/random.hpp b/std/random.hpp
index 9c43314450..e90db2357c 100644
--- a/std/random.hpp
+++ b/std/random.hpp
@@ -6,6 +6,7 @@
#include <random>
+using std::default_random_engine;
using std::mt19937;
using std::uniform_int_distribution;