|
| 1 | +From 87025882ec733832d4314554c1d01efca9dbce0b Mon Sep 17 00:00:00 2001 |
| 2 | +From: Fabian Vogt <fabian@ritter-vogt.de> |
| 3 | +Date: Fri, 3 Mar 2023 15:02:38 +0100 |
| 4 | +Subject: [PATCH] Add some missing cstdint inclusions (#872) (#874) |
| 5 | + |
| 6 | +--- |
| 7 | + expression-test/expression_test_logger.hpp | 1 + |
| 8 | + include/mbgl/i18n/number_format.hpp | 1 + |
| 9 | + include/mbgl/util/geometry.hpp | 2 ++ |
| 10 | + include/mbgl/util/string.hpp | 1 + |
| 11 | + src/mbgl/programs/gl/shaders.hpp | 1 + |
| 12 | + vendor/eternal | 2 +- |
| 13 | + 6 files changed, 7 insertions(+), 1 deletion(-) |
| 14 | + |
| 15 | +diff --git a/expression-test/expression_test_logger.hpp b/expression-test/expression_test_logger.hpp |
| 16 | +index 95b0697cb5b..ae03476fa3e 100644 |
| 17 | +--- a/expression-test/expression_test_logger.hpp |
| 18 | ++++ b/expression-test/expression_test_logger.hpp |
| 19 | +@@ -1,5 +1,6 @@ |
| 20 | + #pragma once |
| 21 | + |
| 22 | ++#include <cstdint> |
| 23 | + #include <string> |
| 24 | + |
| 25 | + #define ANSI_COLOR_RED "\x1b[31m" |
| 26 | +diff --git a/include/mbgl/i18n/number_format.hpp b/include/mbgl/i18n/number_format.hpp |
| 27 | +index cb1e94c7bd7..dceddfe96b1 100644 |
| 28 | +--- a/include/mbgl/i18n/number_format.hpp |
| 29 | ++++ b/include/mbgl/i18n/number_format.hpp |
| 30 | +@@ -1,5 +1,6 @@ |
| 31 | + #pragma once |
| 32 | + |
| 33 | ++#include <cstdint> |
| 34 | + #include <string> |
| 35 | + |
| 36 | + namespace mbgl { |
| 37 | +diff --git a/include/mbgl/util/geometry.hpp b/include/mbgl/util/geometry.hpp |
| 38 | +index c4fe52e87d9..5fc9c59e7f1 100644 |
| 39 | +--- a/include/mbgl/util/geometry.hpp |
| 40 | ++++ b/include/mbgl/util/geometry.hpp |
| 41 | +@@ -1,5 +1,7 @@ |
| 42 | + #pragma once |
| 43 | + |
| 44 | ++#include <cstdint> |
| 45 | ++ |
| 46 | + #include <mapbox/geometry/geometry.hpp> |
| 47 | + #include <mapbox/geometry/point_arithmetic.hpp> |
| 48 | + #include <mapbox/geometry/for_each_point.hpp> |
| 49 | +diff --git a/include/mbgl/util/string.hpp b/include/mbgl/util/string.hpp |
| 50 | +index df205b9072d..370b08afaf7 100644 |
| 51 | +--- a/include/mbgl/util/string.hpp |
| 52 | ++++ b/include/mbgl/util/string.hpp |
| 53 | +@@ -1,6 +1,7 @@ |
| 54 | + #pragma once |
| 55 | + |
| 56 | + #include <string> |
| 57 | ++#include <cstdint> |
| 58 | + #include <cstdlib> |
| 59 | + #include <type_traits> |
| 60 | + #include <exception> |
| 61 | +diff --git a/src/mbgl/programs/gl/shaders.hpp b/src/mbgl/programs/gl/shaders.hpp |
| 62 | +index 46a87f4af88..25a1e6cb506 100644 |
| 63 | +--- a/src/mbgl/programs/gl/shaders.hpp |
| 64 | ++++ b/src/mbgl/programs/gl/shaders.hpp |
| 65 | +@@ -1,5 +1,6 @@ |
| 66 | + #pragma once |
| 67 | + |
| 68 | ++#include <cstdint> |
| 69 | + #include <string> |
| 70 | + |
| 71 | + namespace mbgl { |
| 72 | +diff --git a/vendor/eternal b/vendor/eternal |
| 73 | +index 42801e2a736..dd2f5b9ff38 160000 |
| 74 | +--- a/vendor/eternal |
| 75 | ++++ b/vendor/eternal |
| 76 | +@@ -1 +1 @@ |
| 77 | +-Subproject commit 42801e2a736f362ae851b7962b4aa1d4f4b2d424 |
| 78 | ++Subproject commit dd2f5b9ff38fcd36b59efd9d289127fa73efc6cb |
| 79 | +-- |
| 80 | +2.43.0 |
| 81 | + |
0 commit comments