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 /coding/zip_reader.hpp
parent8846a23bc3b464f523621aae19396a68839e443f (diff)
Remove using std from base
Diffstat (limited to 'coding/zip_reader.hpp')
-rw-r--r--coding/zip_reader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/coding/zip_reader.hpp b/coding/zip_reader.hpp
index bea0496ae5..7e6360ffbe 100644
--- a/coding/zip_reader.hpp
+++ b/coding/zip_reader.hpp
@@ -6,6 +6,7 @@
#include "base/exception.hpp"
#include "std/function.hpp"
+#include "std/utility.hpp"
class ZipFileReader : public FileReader