diff -Naur qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp
--- qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp	2020-03-03 14:10:31.000000000 +0100
+++ qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp	2020-05-11 10:49:31.698647923 +0200
@@ -1,6 +1,7 @@
 #include <mbgl/util/util.hpp>
 
 #include <array>
+#include <stdint.h>
 #include <type_traits>
 #include <utility>
 
diff -Naur qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
--- qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp	2020-03-03 14:10:31.000000000 +0100
+++ qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp	2020-05-11 10:49:31.698647923 +0200
@@ -4,6 +4,7 @@
 #include <unicode/ubidi.h>
 #include <unicode/ushape.h>
 
+#include <stdexcept>
 #include <memory>
 
 namespace mbgl {
diff -Naur qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp
--- qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp	2020-03-03 14:10:31.000000000 +0100
+++ qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp	2020-05-11 10:49:31.698647923 +0200
@@ -2,6 +2,7 @@
 #include <mbgl/renderer/render_tile.hpp>
 #include <mbgl/renderer/paint_parameters.hpp>
 #include <mbgl/tile/vector_tile.hpp>
+#include <mbgl/tile/tile_loader_impl.hpp>
 
 #include <mbgl/algorithm/generate_clip_ids.hpp>
 #include <mbgl/algorithm/generate_clip_ids_impl.hpp>
