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-04-09 13:24:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:47 +0300
commit1e66accd5ac57f6c1303e5f06a1bb4969c22736d (patch)
tree10ecbec147c68edfd95cfaa672b35ff31fa186ec /drape/texture.hpp
parentd4c11fa36fb25b70f7a1911e4a5ac651505969d4 (diff)
Fix include path for drape
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index 71c27570d2..544c7a3497 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -1,13 +1,13 @@
#pragma once
-#include "pointers.hpp"
-#include "glconstants.hpp"
-#include "drape_global.hpp"
+#include "drape/pointers.hpp"
+#include "drape/glconstants.hpp"
+#include "drape/drape_global.hpp"
-#include "../geometry/rect2d.hpp"
+#include "geometry/rect2d.hpp"
-#include "../std/stdint.hpp"
-#include "../std/function.hpp"
+#include "std/stdint.hpp"
+#include "std/function.hpp"
namespace dp
{