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-07 14:52:46 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:44 +0300
commit1f90f0b13c42bdef60107984c6e20bfdac57148d (patch)
tree5aa2d58cf542a58cbc93e25632af85617f8b3c3c /base/object_tracker.hpp
parent96ebd0a1d1fcc92709777b0aa6f83a74129f3bcc (diff)
Fix include path for base
Diffstat (limited to 'base/object_tracker.hpp')
-rw-r--r--base/object_tracker.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/object_tracker.hpp b/base/object_tracker.hpp
index f38f4dd705..377f511e96 100644
--- a/base/object_tracker.hpp
+++ b/base/object_tracker.hpp
@@ -1,9 +1,9 @@
#pragma once
-#include "base.hpp"
-#include "mutex.hpp"
+#include "base/base.hpp"
+#include "base/mutex.hpp"
-#include "../std/map.hpp"
+#include "std/map.hpp"
#define TRACKER_MULTITHREADED