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 'generator/dumper.cpp')
-rw-r--r--generator/dumper.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/generator/dumper.cpp b/generator/dumper.cpp
index 3d25aea4c5..3ddc063988 100644
--- a/generator/dumper.cpp
+++ b/generator/dumper.cpp
@@ -13,12 +13,13 @@
#include "base/logging.hpp"
-#include "std/algorithm.hpp"
-#include "std/bind.hpp"
-#include "std/functional.hpp"
-#include "std/iostream.hpp"
-#include "std/map.hpp"
-#include "std/vector.hpp"
+#include <algorithm>
+#include <functional>
+#include <iostream>
+#include <map>
+#include <vector>
+
+using namespace std;
namespace
{