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-01-16 15:33:46 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:14 +0300
commit6f970e4089ddfe46979b9f91891bbafeaec2568d (patch)
treed4d4a2be9b37269d2b38ee0f184c09e7cd371f09 /map/country_tree.cpp
parent378cca61329813dd18619f7549ba8b8c76c20df3 (diff)
Fix some build issue
Diffstat (limited to 'map/country_tree.cpp')
-rw-r--r--map/country_tree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/country_tree.cpp b/map/country_tree.cpp
index c394940550..7ee6ffa724 100644
--- a/map/country_tree.cpp
+++ b/map/country_tree.cpp
@@ -2,7 +2,7 @@
#include "framework.hpp"
-#include "../../storage/storage.hpp"
+#include "../storage/storage.hpp"
namespace storage
{