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:
authorYuri Gorshenin <y@maps.me>2015-04-23 13:06:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:20 +0300
commita6cfae06e67bea4926b3be90c1a8fdb6c45c410f (patch)
tree096a623ee8309d519226fbe8c9f171f10cdc5867 /std/deque.hpp
parent33013f2f59b00981aeb1b2f42f176ad419ff0253 (diff)
[build] s/OMIM_HAS_DEBUG_STL/OMIM_USE_DEBUG_STL/
Diffstat (limited to 'std/deque.hpp')
-rw-r--r--std/deque.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/deque.hpp b/std/deque.hpp
index f9c543d621..435e0c1db4 100644
--- a/std/deque.hpp
+++ b/std/deque.hpp
@@ -6,7 +6,7 @@
#undef new
#endif
-#ifdef OMIM_HAS_DEBUG_STL
+#ifdef OMIM_USE_DEBUG_STL
#include <debug/deque>
#else
#include <deque>