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:
authorExMix <rahuba.youri@gmail.com>2013-02-26 15:19:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:16 +0300
commit3b3567f8d7e68950bdf9073624b21b612fd6459a (patch)
treefc0de803482c6b7c78f516ee61d21e7a545a69bb /android
parent71f7d25c040b880498f369e9763c09ad273535e2 (diff)
fix compilation for android
Diffstat (limited to 'android')
-rw-r--r--android/jni/com/mapswithme/core/jni_helper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/jni/com/mapswithme/core/jni_helper.hpp b/android/jni/com/mapswithme/core/jni_helper.hpp
index cc3fcdaa72..8b7e0e87ab 100644
--- a/android/jni/com/mapswithme/core/jni_helper.hpp
+++ b/android/jni/com/mapswithme/core/jni_helper.hpp
@@ -5,7 +5,7 @@
#include "../../../../../std/string.hpp"
#include "../../../../../std/shared_ptr.hpp"
#include "../../../../../geometry/point2d.hpp"
-#include "../../../../../map/Framework.hpp"
+#include "../../../../../map/framework.hpp"
namespace jni
{