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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-01-11 21:02:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:31:44 +0300
commitda1adedddfc491f05563ce03d9fcaba46473ccbc (patch)
tree3d8e4a50df10c72ba8eb10e5de5283371f0eb5c5 /std/list.hpp
parent344cece82b84c2a6227a262d6762b5a83d3a233d (diff)
Enabled debug stl for android and iphone
Diffstat (limited to 'std/list.hpp')
-rw-r--r--std/list.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/list.hpp b/std/list.hpp
index 7566f07b26..114cfe0f7b 100644
--- a/std/list.hpp
+++ b/std/list.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/list>
#else
#include <list>