summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Agafonkin <agafonkin@gmail.com>2018-01-26 19:03:00 +0200
committerMinh Nguyễn <mxn@1ec5.org>2018-02-06 08:57:42 -0800
commitcb1e9f33361f3c082144a279eaa633f0d2dcf5a0 (patch)
treeca26a7471fa56b346748261f87409b27f7840664
parent8cce76a799953f7652dfa65a73be2ebd1c7cdb0b (diff)
downloadqtlocation-mapboxgl-cb1e9f33361f3c082144a279eaa633f0d2dcf5a0.tar.gz
add missing heatmap includes for android
-rw-r--r--platform/android/src/style/layers/layers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/src/style/layers/layers.cpp b/platform/android/src/style/layers/layers.cpp
index 5d1d1bbcbf..0e1b4b4122 100644
--- a/platform/android/src/style/layers/layers.cpp
+++ b/platform/android/src/style/layers/layers.cpp
@@ -6,6 +6,7 @@
#include <mbgl/style/layers/fill_extrusion_layer.hpp>
#include <mbgl/style/layers/fill_layer.hpp>
#include <mbgl/style/layers/hillshade_layer.hpp>
+#include <mbgl/style/layers/heatmap_layer.hpp>
#include <mbgl/style/layers/line_layer.hpp>
#include <mbgl/style/layers/raster_layer.hpp>
#include <mbgl/style/layers/symbol_layer.hpp>
@@ -17,6 +18,7 @@
#include "fill_extrusion_layer.hpp"
#include "fill_layer.hpp"
#include "hillshade_layer.hpp"
+#include "heatmap_layer.hpp"
#include "line_layer.hpp"
#include "raster_layer.hpp"
#include "symbol_layer.hpp"