3d4e4e5
diff --git a/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp b/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
3d4e4e5
index b75d038..b367ee6 100644
3d4e4e5
--- a/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
3d4e4e5
+++ b/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
81f850e
@@ -3,6 +3,7 @@
81f850e
 #include <mbgl/text/bidi.hpp>
81f850e
 
81f850e
 #include <QString>
81f850e
+#include <stdexcept>
81f850e
 
81f850e
 namespace mbgl {
81f850e
 
6d763b6
diff -up qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp.me qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp
6d763b6
--- qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp.me	2023-02-20 14:49:09.397384737 +0100
6d763b6
+++ qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp	2023-02-20 14:50:09.654502801 +0100
6d763b6
@@ -1,5 +1,7 @@
6d763b6
 #pragma once
6d763b6
 
6d763b6
+#include <cstdint>
6d763b6
+
6d763b6
 #include <mapbox/geometry/geometry.hpp>
6d763b6
 #include <mapbox/geometry/point_arithmetic.hpp>
6d763b6
 #include <mapbox/geometry/for_each_point.hpp>
6d763b6
diff -up qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp.me1 qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp
6d763b6
--- qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp.me1	2023-02-20 15:00:23.967862291 +0100
6d763b6
+++ qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp	2023-02-20 15:00:41.398058051 +0100
6d763b6
@@ -4,6 +4,7 @@
6d763b6
 #include <string>
6d763b6
 #include <cassert>
6d763b6
 #include <cstdlib>
81f850e
+#include <cstdint>
6d763b6
 #include <exception>
81f850e
 
6d763b6
 // Polyfill needed by Qt when building for Android with GCC
6d763b6
diff -up qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp.me qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp
6d763b6
--- qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp.me	2023-02-20 15:12:32.276042434 +0100
6d763b6
+++ qtlocation-everywhere-src-5.15.8/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp	2023-02-20 15:12:58.578501426 +0100
6d763b6
@@ -1,5 +1,6 @@
6d763b6
 #pragma once
3d4e4e5
 
6d763b6
+#include <cstdint>
6d763b6
 #include <mbgl/util/variant.hpp>
6d763b6
 
6d763b6
 namespace mbgl {