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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-05-16 14:42:32 +0300
committerGitHub <noreply@github.com>2017-05-16 14:42:32 +0300
commitd2f79bd2c7004af2d1459e8d5b7748763f241a54 (patch)
tree64300bccb750e59f7c3a05800eafcd5c3b3f89cb /android/jni/com/mapswithme/opengl/android_gl_utils.cpp
parentaa6703383e8d4c2ff8445e8b3c27728846cdab4b (diff)
parent086d6f9cf247cea07cff6bc33d5567dc7c64806b (diff)
Merge pull request #6040 from rokuz/es3-supportbeta-810
Added OpenGL ES3 support
Diffstat (limited to 'android/jni/com/mapswithme/opengl/android_gl_utils.cpp')
-rw-r--r--android/jni/com/mapswithme/opengl/android_gl_utils.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/jni/com/mapswithme/opengl/android_gl_utils.cpp b/android/jni/com/mapswithme/opengl/android_gl_utils.cpp
index 50b57f041b..13fed787bc 100644
--- a/android/jni/com/mapswithme/opengl/android_gl_utils.cpp
+++ b/android/jni/com/mapswithme/opengl/android_gl_utils.cpp
@@ -1,7 +1,8 @@
#include "android_gl_utils.hpp"
-#include "../../../../../base/logging.hpp"
-#include "../../../../../base/string_utils.hpp"
+#include "base/logging.hpp"
+#include "base/src_point.hpp"
+#include "base/string_utils.hpp"
namespace android
{