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:
authorvng <viktor.govako@gmail.com>2014-03-26 01:36:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:13:53 +0300
commit1c65c4b6dd784bff012771758f578fadda34e8fb (patch)
tree6c2922f059b04c9172ea0bcaa2dea06bfcdfd430 /indexer/feature_impl.hpp
parent9f6c81682484614b9f6704b202bdea24337577f7 (diff)
Correct using of cstring and memcpy includes.
Diffstat (limited to 'indexer/feature_impl.hpp')
-rw-r--r--indexer/feature_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_impl.hpp b/indexer/feature_impl.hpp
index f4b489b250..a4b83b86f2 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -4,6 +4,7 @@
#include "../base/assert.hpp"
#include "../std/string.hpp"
+#include "../std/cstring.hpp"
namespace strings { class UniString; }