From 3496cc699022cc094767e9f0fd6c53594dedc018 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 12 Jun 2011 19:26:28 +0300 Subject: [android] Fixes for static lib toolchain support --- std/stdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/stdint.hpp') diff --git a/std/stdint.hpp b/std/stdint.hpp index d679ba5e7f..7f444a3ceb 100644 --- a/std/stdint.hpp +++ b/std/stdint.hpp @@ -16,7 +16,7 @@ typedef unsigned __int32 uint32_t; typedef unsigned __int64 uint64_t; -#elif defined(OMIM_OS_BADA) +#elif defined(OMIM_OS_BADA) || defined(OMIM_OS_ANDROID) #include #else -- cgit v1.2.3