summarylogtreecommitdiffstats
path: root/GCC10.patch
blob: bad7036f20f0339bfda7bab16d00c920fcf2e3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp	2017-11-29 18:38:56.000000000 +0000
+++ b/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp	2020-06-28 21:43:14.985331541 +0100
@@ -6,6 +6,8 @@
 
 #include <memory>
 
+#include <stdexcept>
+
 namespace mbgl {
 
 class BiDiImpl {