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 'search/model.hpp')
-rw-r--r--search/model.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/search/model.hpp b/search/model.hpp
index 5938d8e8df..abc34b412c 100644
--- a/search/model.hpp
+++ b/search/model.hpp
@@ -2,11 +2,10 @@
#include "indexer/ftypes_matcher.hpp"
-#include "std/string.hpp"
-#include "std/vector.hpp"
-
#include "base/macros.hpp"
+#include <string>
+
class FeatureType;
namespace search
@@ -56,5 +55,5 @@ public:
Type GetType(FeatureType & feature) const;
};
-string DebugPrint(Model::Type type);
+std::string DebugPrint(Model::Type type);
} // namespace search