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:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-31 21:24:56 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:08:56 +0300
commit0ac036f21605040627fea31dc69d9001694b8a2e (patch)
treef18a6965c05671ca3fa53f3fb8289387c0b3aa23 /indexer/interval_index.hpp
parente86f6bf2be16fca54ba8b8509bc4c903d450c49b (diff)
Fixed build errors
Diffstat (limited to 'indexer/interval_index.hpp')
-rw-r--r--indexer/interval_index.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/interval_index.hpp b/indexer/interval_index.hpp
index 851aedf34a..a319d1175a 100644
--- a/indexer/interval_index.hpp
+++ b/indexer/interval_index.hpp
@@ -4,6 +4,8 @@
#include "../base/base.hpp"
#include "../base/macros.hpp"
+#include "../std/memcpy.hpp"
+
class IntervalIndexBase
{
public: