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 13:08:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:57 +0300
commit8c81d215d3373ea912d69c44bba916ea25aa2bf5 (patch)
tree3824f0094e213486605f7eb461bd64f5cf87b787 /testing/benchmark.hpp
parent6aa0d53a685e7fcece488f3bdeaa8953ca430baf (diff)
Fix include path for testing
Diffstat (limited to 'testing/benchmark.hpp')
-rw-r--r--testing/benchmark.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/benchmark.hpp b/testing/benchmark.hpp
index b7c8972967..dea7407714 100644
--- a/testing/benchmark.hpp
+++ b/testing/benchmark.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include "testing.hpp"
-#include "testregister.hpp"
-#include "../base/timer.hpp"
-#include "../std/iostream.hpp"
+#include "testing/testing.hpp"
+#include "testing/testregister.hpp"
+#include "base/timer.hpp"
+#include "std/iostream.hpp"
namespace my
{