From 8e4497a150acd75be4b15cca801e96bd0fff04a8 Mon Sep 17 00:00:00 2001 From: Denis Koronchik Date: Mon, 11 Aug 2014 15:32:13 +0300 Subject: Fix compilation on linux --- std/stdint.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'std/stdint.hpp') 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 -- cgit v1.2.3