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/token_slice.cpp')
-rw-r--r--search/token_slice.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/search/token_slice.cpp b/search/token_slice.cpp
index fce53d2e79..6b69af0c61 100644
--- a/search/token_slice.cpp
+++ b/search/token_slice.cpp
@@ -1,6 +1,8 @@
#include "search/token_slice.hpp"
-#include "std/sstream.hpp"
+#include <sstream>
+
+using namespace std;
namespace search
{
@@ -53,5 +55,4 @@ string DebugPrint(TokenSliceNoCategories const & slice)
{
return SliceToString("TokenSliceNoCategories", slice);
}
-
} // namespace search