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 <yershov@corp.mail.ru>2015-04-10 02:19:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:53 +0300
commit4049b124fb1b6fbf6719b9dbb4cf93f7e3521044 (patch)
treeb5a5a26d81ec2dc0c548afe537df64ddfe443c75 /map/benchmark_engine.hpp
parent75d4905d6eb3b69b181096d507e5a34455ef9f48 (diff)
Fix include path for map
Diffstat (limited to 'map/benchmark_engine.hpp')
-rw-r--r--map/benchmark_engine.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/map/benchmark_engine.hpp b/map/benchmark_engine.hpp
index 357a778751..4ec5bf1648 100644
--- a/map/benchmark_engine.hpp
+++ b/map/benchmark_engine.hpp
@@ -1,14 +1,14 @@
#pragma once
-#include "benchmark_provider.hpp"
+#include "map/benchmark_provider.hpp"
-#include "../geometry/rect2d.hpp"
+#include "geometry/rect2d.hpp"
-#include "../base/timer.hpp"
-#include "../base/thread.hpp"
+#include "base/timer.hpp"
+#include "base/thread.hpp"
-#include "../std/string.hpp"
-#include "../std/vector.hpp"
-#include "../std/shared_ptr.hpp"
+#include "std/string.hpp"
+#include "std/vector.hpp"
+#include "std/shared_ptr.hpp"
class Framework;