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 'testing/testing_utils.hpp')
-rw-r--r--testing/testing_utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testing_utils.hpp b/testing/testing_utils.hpp
index 32cd279f4e..67a6ddf050 100644
--- a/testing/testing_utils.hpp
+++ b/testing/testing_utils.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "../std/vector.hpp"
+#include "std/vector.hpp"
template <typename T> vector<T> Vec(T x0)
{