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

Commit

Permalink
Fix compilation issues on GCC 9
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader authored and tmpsantos committed Apr 27, 2020
1 parent f22bbe3 commit 0853378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platform/default/bidi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <unicode/ushape.h>

#include <memory>
#include <stdexcept>

namespace mbgl {

Expand Down
2 changes: 2 additions & 0 deletions src/mbgl/util/convert.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <mbgl/util/convert.hpp>

#include <cstdint>

namespace mbgl {
namespace util {

Expand Down

0 comments on commit 0853378

Please sign in to comment.