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 #include +#include #include #include 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 #include +#include #include 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 #include #include +#include #include #include