You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
765 B
23 lines
765 B
diff --git a/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp b/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
|
|
index b75d038..b367ee6 100644
|
|
--- a/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
|
|
+++ b/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
|
|
@@ -3,6 +3,7 @@
|
|
#include <mbgl/text/bidi.hpp>
|
|
|
|
#include <QString>
|
|
+#include <stdexcept>
|
|
|
|
namespace mbgl {
|
|
|
|
diff --git a/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp b/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp
|
|
index 510ff23..d5e0a92 100644
|
|
--- a/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp
|
|
+++ b/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include <mbgl/util/convert.hpp>
|
|
+#include <cstdint>
|
|
|
|
#include <cstdint>
|
|
|