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:
Diffstat (limited to 'indexer/indexer_tests/feature_routine.hpp')
-rw-r--r--indexer/indexer_tests/feature_routine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/indexer_tests/feature_routine.hpp b/indexer/indexer_tests/feature_routine.hpp
index 2f90c80a10..6d8c939e6f 100644
--- a/indexer/indexer_tests/feature_routine.hpp
+++ b/indexer/indexer_tests/feature_routine.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "../feature.hpp"
+#include "../../indexer/feature.hpp"
void FeatureBuilder2Feature(FeatureBuilder2 & fb, FeatureType & f);
void Feature2FeatureBuilder(FeatureType const & f, FeatureBuilder2 & fb);