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 #else + #ifdef OMIM_OS_LINUX + #include + #endif #include #endif