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/stdint.hpp')
-rw-r--r--std/stdint.hpp2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
#else