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:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-04-28 15:32:36 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit9c12757d30e021641b17d48a50a8e8c8cb945b2e (patch)
tree978aaecf7f94449f72ef89673819bcdd2cf66572 /indexer/osm_editor.hpp
parent9d7fc9dbbe1a2fc816c5afa049b8eab4f827bb2c (diff)
Fixed build : moved indexer-dependent file from editor.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index 38cb1b52b8..62c71ddf07 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -6,10 +6,10 @@
#include "indexer/feature.hpp"
#include "indexer/feature_meta.hpp"
#include "indexer/mwm_set.hpp"
+#include "indexer/new_feature_categories.hpp"
#include "editor/editor_config.hpp"
#include "editor/editor_notes.hpp"
-#include "editor/new_feature_categories.hpp"
#include "editor/xml_feature.hpp"
#include "base/timer.hpp"