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>2012-01-27 14:34:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:32:30 +0300
commitf87031f54b1e60a7310efb5c2608fad6b62c27c8 (patch)
tree84434d4331ffbbc0427bc4cdfffe736cc9766e05 /indexer/feature_impl.hpp
parentdba450bed7a835b786a6a31690045ace01cbd275 (diff)
Factor out #include "classificator.hpp" from "feature_data.hpp".
Diffstat (limited to 'indexer/feature_impl.hpp')
-rw-r--r--indexer/feature_impl.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indexer/feature_impl.hpp b/indexer/feature_impl.hpp
index 89fb0f23d3..c8fe10defa 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -1,6 +1,8 @@
#pragma once
-#include "../geometry/point2d.hpp"
+#include "../base/macros.hpp"
+
+#include "../std/string.hpp"
namespace feature