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
path: root/3party
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 /3party
parent8846a23bc3b464f523621aae19396a68839e443f (diff)
Remove using std from base
Diffstat (limited to '3party')
-rw-r--r--3party/jansson/myjansson.hpp1
-rw-r--r--3party/sdf_image/sdf_image.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/3party/jansson/myjansson.hpp b/3party/jansson/myjansson.hpp
index f2d57085d9..a86687232a 100644
--- a/3party/jansson/myjansson.hpp
+++ b/3party/jansson/myjansson.hpp
@@ -7,6 +7,7 @@
#include "3party/jansson/src/jansson.h"
+#include "std/string.hpp"
#include "std/vector.hpp"
namespace my
diff --git a/3party/sdf_image/sdf_image.cpp b/3party/sdf_image/sdf_image.cpp
index 912a0185ad..f0192b08ed 100644
--- a/3party/sdf_image/sdf_image.cpp
+++ b/3party/sdf_image/sdf_image.cpp
@@ -22,6 +22,7 @@ THE SOFTWARE.
#include "base/math.hpp"
#include "base/scope_guard.hpp"
+#include "std/algorithm.hpp"
#include "std/limits.hpp"
#include "std/bind.hpp"