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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-09-27 15:00:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:02:56 +0300
commit7220ddfa3cd71469d3cf884921524ad531c521eb (patch)
treec3f306dacfce6b2679cd68f2b32f11976605b650 /drape/attribute_provider.cpp
parentf4efe3c808955d8bafea6d1b09b9fce8f8ed8b9b (diff)
[drape] fixed linux compilation
Diffstat (limited to 'drape/attribute_provider.cpp')
-rw-r--r--drape/attribute_provider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/attribute_provider.cpp b/drape/attribute_provider.cpp
index 3c0af9f2f4..fbeb4827df 100644
--- a/drape/attribute_provider.cpp
+++ b/drape/attribute_provider.cpp
@@ -6,7 +6,7 @@
#define CHECK_STREAMS CheckStreams()
#define INIT_STREAM(x) InitStream((x))
#else
- #include "macros.hpp"
+ #include "../../base/macros.hpp"
#define INIT_CHECK_INFO(x) UNUSED_VALUE((x))
#define CHECK_STREAMS
#define INIT_STREAM(x) UNUSED_VALUE((x))