Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions include/mbgl/util/geometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <mapbox/geometry/point_arithmetic.hpp>
#include <mapbox/geometry/for_each_point.hpp>

#include <cstdint>

namespace mbgl {

enum class FeatureType : uint8_t {
Expand Down
1 change: 1 addition & 0 deletions include/mbgl/util/string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <string>
#include <cassert>
#include <cstdlib>
#include <cstdint>
#include <exception>

// Polyfill needed by Qt when building for Android with GCC
Expand Down
2 changes: 2 additions & 0 deletions src/mbgl/gl/stencil_mode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <mbgl/util/variant.hpp>

#include <cstdint>

namespace mbgl {
namespace gl {

Expand Down