From 3b3567f8d7e68950bdf9073624b21b612fd6459a Mon Sep 17 00:00:00 2001 From: ExMix Date: Tue, 26 Feb 2013 14:19:25 +0300 Subject: [PATCH] fix compilation for android --- android/jni/com/mapswithme/core/jni_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {