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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-22 14:48:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:18 +0300
commit3298993a51c97a263f2455200cdf91eebdaf8f6a (patch)
treea8cf2d5c592419efccac204df6347ea0227df194 /generator/osm_o5m_source.hpp
parentf5b948ea1f9923af7e46c1657b481a239c03a225 (diff)
Fix build on Linux
Diffstat (limited to 'generator/osm_o5m_source.hpp')
-rw-r--r--generator/osm_o5m_source.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/osm_o5m_source.hpp b/generator/osm_o5m_source.hpp
index aac07512de..bf50abaa43 100644
--- a/generator/osm_o5m_source.hpp
+++ b/generator/osm_o5m_source.hpp
@@ -9,6 +9,7 @@
#pragma once
#include "std/algorithm.hpp"
+#include "std/cstring.hpp"
#include "std/function.hpp"
#include "std/iomanip.hpp"
#include "std/iostream.hpp"