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/stipple_pen_resource.cpp
parentd4c11fa36fb25b70f7a1911e4a5ac651505969d4 (diff)
Fix include path for drape
Diffstat (limited to 'drape/stipple_pen_resource.cpp')
-rw-r--r--drape/stipple_pen_resource.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/drape/stipple_pen_resource.cpp b/drape/stipple_pen_resource.cpp
index fd16237a52..dd41e0b637 100644
--- a/drape/stipple_pen_resource.cpp
+++ b/drape/stipple_pen_resource.cpp
@@ -1,12 +1,12 @@
-#include "stipple_pen_resource.hpp"
+#include "drape/stipple_pen_resource.hpp"
-#include "texture.hpp"
+#include "drape/texture.hpp"
-#include "../base/shared_buffer_manager.hpp"
+#include "base/shared_buffer_manager.hpp"
-#include "../std/numeric.hpp"
-#include "../std/sstream.hpp"
-#include "../std/cstring.hpp"
+#include "std/numeric.hpp"
+#include "std/sstream.hpp"
+#include "std/cstring.hpp"
namespace dp
{