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:
authorSergey Yershov <syershov@maps.me>2016-12-17 00:42:38 +0300
committerSergey Yershov <syershov@maps.me>2016-12-28 15:24:51 +0300
commit20c0eb77e37e8148e37ca50edb3b6c5bab160198 (patch)
treec0a68233c3a9a0799a2367a9bf4b03825c39834a /indexer/geometry_serialization.hpp
parent8846a23bc3b464f523621aae19396a68839e443f (diff)
Remove using std from base
Diffstat (limited to 'indexer/geometry_serialization.hpp')
-rw-r--r--indexer/geometry_serialization.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/indexer/geometry_serialization.hpp b/indexer/geometry_serialization.hpp
index aa0a6b7234..2f43b37214 100644
--- a/indexer/geometry_serialization.hpp
+++ b/indexer/geometry_serialization.hpp
@@ -11,12 +11,13 @@
#include "coding/writer.hpp"
#include "coding/varint.hpp"
-#include "std/algorithm.hpp"
-#include "std/bind.hpp"
-
#include "base/buffer_vector.hpp"
#include "base/stl_add.hpp"
+#include "std/algorithm.hpp"
+#include "std/bind.hpp"
+#include "std/list.hpp"
+
namespace serial
{