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/mode.hpp')
-rw-r--r--search/mode.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/mode.hpp b/search/mode.hpp
index df682bd7c4..a4a536c52b 100644
--- a/search/mode.hpp
+++ b/search/mode.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "std/string.hpp"
+#include <string>
namespace search
{
@@ -13,5 +13,5 @@ enum class Mode
Count
};
-string DebugPrint(Mode mode);
+std::string DebugPrint(Mode mode);
} // namespace search