Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 1798bda

Browse files
committed
Fix compilation issues on GCC 9
1 parent 64c5b46 commit 1798bda

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

platform/default/src/mbgl/text/bidi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <unicode/ushape.h>
66

77
#include <memory>
8+
#include <stdexcept>
89
#include <utility>
910

1011
namespace mbgl {

src/mbgl/util/convert.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <cstdint>
12
#include <mbgl/util/convert.hpp>
23

34
namespace mbgl {

0 commit comments

Comments
 (0)