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>2014-12-18 15:44:57 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:25 +0300
commitaf6bd463306aad0bc7154d5550a298a104bad143 (patch)
treeab1f869c2bb8e590af9bc5a8fdd83029c2c2f78a /indexer/mwm_set.cpp
parentb240aa5839ae1295e76899a90eebfc671af3570e (diff)
Include path fix
Diffstat (limited to 'indexer/mwm_set.cpp')
-rw-r--r--indexer/mwm_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/mwm_set.cpp b/indexer/mwm_set.cpp
index 3e30e14a24..f38056f311 100644
--- a/indexer/mwm_set.cpp
+++ b/indexer/mwm_set.cpp
@@ -1,7 +1,7 @@
#include "mwm_set.hpp"
#include "scales.hpp"
-#include "../../defines.hpp"
+#include "../defines.hpp"
#include "../base/logging.hpp"
#include "../base/macros.hpp"