summaryrefslogtreecommitdiff
path: root/platform/android/src/jni_native.cpp
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-23 17:22:38 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-26 10:55:47 +0300
commite5cdc4ecf362dadf2da148a22cf97aaf3c9c4ecf (patch)
treeebae02fa6a6da0f4c81cb72df87c6d7359c17acd /platform/android/src/jni_native.cpp
parent9c8295c6a64b6f5b2c9b67fd01633a156481a3c8 (diff)
downloadqtlocation-mapboxgl-e5cdc4ecf362dadf2da148a22cf97aaf3c9c4ecf.tar.gz
[core][android][darwin] Move number format to i18n
Diffstat (limited to 'platform/android/src/jni_native.cpp')
-rw-r--r--platform/android/src/jni_native.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/jni_native.cpp b/platform/android/src/jni_native.cpp
index 966dc6a007..9fe14f8f1f 100644
--- a/platform/android/src/jni_native.cpp
+++ b/platform/android/src/jni_native.cpp
@@ -51,9 +51,9 @@
#include "snapshotter/map_snapshot.hpp"
#endif
#include "i18n/collator_jni.hpp"
+#include "i18n/number_format_jni.hpp"
#include "logger.hpp"
#include "text/local_glyph_rasterizer_jni.hpp"
-#include "text/format_number_jni.hpp"
namespace mbgl {
namespace android {