forked from organicmaps/organicmaps
[search_quality_tool] build fix
This commit is contained in:
parent
f4dafc1f24
commit
2dfefa3ae7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue