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
path: root/drape
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2015-01-16 15:33:46 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:14 +0300
commit6f970e4089ddfe46979b9f91891bbafeaec2568d (patch)
treed4d4a2be9b37269d2b38ee0f184c09e7cd371f09 /drape
parent378cca61329813dd18619f7549ba8b8c76c20df3 (diff)
Fix some build issue
Diffstat (limited to 'drape')
-rw-r--r--drape/gpu_program.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/gpu_program.cpp b/drape/gpu_program.cpp
index b0e13f2bda..fcd0691936 100644
--- a/drape/gpu_program.cpp
+++ b/drape/gpu_program.cpp
@@ -2,7 +2,7 @@
#include "glfunctions.hpp"
#include "../base/assert.hpp"
-#include "../../base/logging.hpp"
+#include "../base/logging.hpp"
#ifdef DEBUG
#include "../std/map.hpp"