From 1e66accd5ac57f6c1303e5f06a1bb4969c22736d Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Thu, 9 Apr 2015 13:24:55 +0300 Subject: Fix include path for drape --- drape/attribute_provider.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drape/attribute_provider.cpp') diff --git a/drape/attribute_provider.cpp b/drape/attribute_provider.cpp index 3efc106de0..940030240b 100644 --- a/drape/attribute_provider.cpp +++ b/drape/attribute_provider.cpp @@ -1,5 +1,5 @@ -#include "attribute_provider.hpp" -#include "../base/assert.hpp" +#include "drape/attribute_provider.hpp" +#include "base/assert.hpp" #ifdef DEBUG #define INIT_CHECK_INFO(x) m_checkInfo = vector((vector::size_type)(x), false); -- cgit v1.2.3