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
diff options
context:
space:
mode:
Diffstat (limited to 'std/set.hpp')
-rw-r--r--std/set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/set.hpp b/std/set.hpp
index eb70550545..3226daaaf8 100644
--- a/std/set.hpp
+++ b/std/set.hpp
@@ -6,7 +6,7 @@
#undef new
#endif
-#if defined(DEBUG) && (defined(OMIM_OS_LINUX) || defined(OMIM_OS_MAC))
+#ifdef OMIM_HAS_DEBUG_STL
#include <debug/set>
#else
#include <set>