linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / qt-5 / 5.12 / qtlocation-gcc-9.patch
blob1791313e5603bf5ca0c8fe1e7c00f91a0bc7ed4f
1 diff --git a/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp b/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
2 index d475c38..c1710a6 100644
3 --- a/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
4 +++ b/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
5 @@ -5,6 +5,7 @@
6 #include <unicode/ushape.h>
8 #include <memory>
9 +#include <stdexcept>
11 namespace mbgl {
13 diff --git a/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp b/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp
14 index 97bfe91..56d3e17 100644
15 --- a/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp
16 +++ b/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp
17 @@ -1,3 +1,4 @@
18 +#include <cstdint>
19 #include <mbgl/util/convert.hpp>
21 namespace mbgl {