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/search
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2019-03-01 14:10:32 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-03-03 00:03:13 +0300
commit2dfefa3ae7ad1a77aa1429c7f4e99720fb4b6481 (patch)
tree4d65d77ba8f6830896ce4c17fd17e013c39d68a9 /search
parentf4dafc1f243710e7647f25eadc3caa08d229b22e (diff)
[search_quality_tool] build fix
Diffstat (limited to 'search')
-rw-r--r--search/search_quality/search_quality_tool/search_quality_tool.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/search_quality/search_quality_tool/search_quality_tool.cpp b/search/search_quality/search_quality_tool/search_quality_tool.cpp
index b0d3de4c31..5bac6a20ce 100644
--- a/search/search_quality/search_quality_tool/search_quality_tool.cpp
+++ b/search/search_quality/search_quality_tool/search_quality_tool.cpp
@@ -33,6 +33,7 @@
#include "base/timer.hpp"
#include <algorithm>
+#include <chrono>
#include <cmath>
#include <cstdio>
#include <fstream>
@@ -51,6 +52,7 @@
using namespace search::tests_support;
using namespace search;
+using namespace std::chrono;
using namespace std;
using namespace storage;