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-07 14:42:35 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:44 +0300
commit96ebd0a1d1fcc92709777b0aa6f83a74129f3bcc (patch)
tree8c1b42efc16ecb9ceabc8691a9c74568334ba6d0 /generator/statistics.hpp
parent3e979843e480b3e5971780b3454ab38fd0937cb6 (diff)
Fix include path for generator
Diffstat (limited to 'generator/statistics.hpp')
-rw-r--r--generator/statistics.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/statistics.hpp b/generator/statistics.hpp
index 74e6622967..692cb818f1 100644
--- a/generator/statistics.hpp
+++ b/generator/statistics.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include "../indexer/feature.hpp"
+#include "indexer/feature.hpp"
-#include "../std/map.hpp"
+#include "std/map.hpp"
namespace stats