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:
authorYuri Gorshenin <y@maps.me>2015-05-27 16:27:43 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:58 +0300
commit4f5feeaa7303181f07cc08092d6fdf357b3b154c (patch)
tree9624dbdbcc5abaf2629aa0f5bba141f2179a30f6 /std
parenta9423b4f9f226f7e1f860cc8bd1a7fccd97890dc (diff)
[platform] Implemented routines for directory reading and deletion.
Diffstat (limited to 'std')
-rw-r--r--std/set.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/set.hpp b/std/set.hpp
index a1dcd481ac..6bf8320321 100644
--- a/std/set.hpp
+++ b/std/set.hpp
@@ -11,6 +11,7 @@
#else
#include <set>
#endif
+using std::multiset;
using std::set;
#ifdef DEBUG_NEW