diff -Naur qtlocation-everywhere-src-5.15.10/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp qtlocation-everywhere-src-5.15.10.new/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp --- qtlocation-everywhere-src-5.15.10/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp 2023-04-24 09:13:46.000000000 +0200 +++ qtlocation-everywhere-src-5.15.10.new/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp 2023-09-04 13:32:13.782746457 +0200 @@ -1,5 +1,7 @@ #pragma once +#include + #include #include #include diff -Naur qtlocation-everywhere-src-5.15.10/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp qtlocation-everywhere-src-5.15.10.new/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp --- qtlocation-everywhere-src-5.15.10/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp 2023-04-24 09:13:46.000000000 +0200 +++ qtlocation-everywhere-src-5.15.10.new/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp 2023-09-04 13:32:13.783746466 +0200 @@ -3,6 +3,7 @@ #include #include #include +#include #include #include diff -Naur qtlocation-everywhere-src-5.15.10/src/3rdparty/mapbox-gl-native/include/mbgl/util/variant.hpp qtlocation-everywhere-src-5.15.10.new/src/3rdparty/mapbox-gl-native/include/mbgl/util/variant.hpp --- qtlocation-everywhere-src-5.15.10/src/3rdparty/mapbox-gl-native/include/mbgl/util/variant.hpp 2023-04-24 09:13:46.000000000 +0200 +++ qtlocation-everywhere-src-5.15.10.new/src/3rdparty/mapbox-gl-native/include/mbgl/util/variant.hpp 2023-09-04 13:33:04.803181360 +0200 @@ -1,5 +1,6 @@ #pragma once +#include #include namespace mbgl {