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
path: root/std
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-07-17 16:59:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:26 +0300
commit9edc10dbc26d9900498f12747eea83e669847880 (patch)
treeb0d62c331be740dcaaf071d97347b2d51dd85c54 /std
parentf73ccda29873252d6d3bc52f963323865dc1164d (diff)
[build] Fixed CHAR_BIT problem on linux.
Diffstat (limited to 'std')
-rw-r--r--std/limits.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/limits.hpp b/std/limits.hpp
index a229e2db28..9af479ecdc 100644
--- a/std/limits.hpp
+++ b/std/limits.hpp
@@ -4,6 +4,7 @@
#undef new
#endif
+#include <climits>
#include <limits>
using std::numeric_limits;