summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Agafonkin <agafonkin@gmail.com>2018-01-26 19:03:00 +0200
committerVladimir Agafonkin <agafonkin@gmail.com>2018-01-26 19:03:00 +0200
commitd3339488509ed29c0373b2fd3cb99108a46edb25 (patch)
tree6bb788aa74ab5d698553e4c8c67d1786dad70a23
parent12b2876464c0d518a21c1090b47f1fd0f2190fc3 (diff)
downloadqtlocation-mapboxgl-d3339488509ed29c0373b2fd3cb99108a46edb25.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"