From 7220ddfa3cd71469d3cf884921524ad531c521eb Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Fri, 27 Sep 2013 14:00:54 +0300 Subject: [drape] fixed linux compilation --- drape/attribute_provider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drape/attribute_provider.cpp') 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)) -- cgit v1.2.3