diff --git a/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp b/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp index 02ec7fe..6c1284e 100644 --- a/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp +++ b/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp @@ -1,6 +1,7 @@ #include #include +#include #include #include diff --git a/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp b/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp index d475c38..6947f0b 100644 --- a/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp +++ b/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp @@ -4,6 +4,7 @@ #include #include +#include #include namespace mbgl { diff --git a/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp b/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp index 4de4f01..afb639d 100644 --- a/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp +++ b/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include -- 2.26.0