From da1adedddfc491f05563ce03d9fcaba46473ccbc Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 11 Jan 2012 20:02:37 +0300 Subject: Enabled debug stl for android and iphone --- std/list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/list.hpp') 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 #else #include -- cgit v1.2.3