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.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/std/stdint.hpp b/std/stdint.hpp
index 7f444a3ceb..16786e8886 100644
--- a/std/stdint.hpp
+++ b/std/stdint.hpp
@@ -20,6 +20,9 @@
#include <stdint.h>
#else
+ #ifdef OMIM_OS_LINUX
+ #include <stdint.h>
+ #endif
#include <boost/cstdint.hpp>
#endif