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:
-rw-r--r--routing/vehicle_model.hpp1
-rw-r--r--std/stdint.hpp3
2 files changed, 4 insertions, 0 deletions
diff --git a/routing/vehicle_model.hpp b/routing/vehicle_model.hpp
index 3c5595cd34..2a7303c8af 100644
--- a/routing/vehicle_model.hpp
+++ b/routing/vehicle_model.hpp
@@ -2,6 +2,7 @@
#include "../std/unordered_map.hpp"
#include "../std/utility.hpp"
#include "../std/vector.hpp"
+#include "../std/stdint.hpp"
class Classificator;
class FeatureType;
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