From 53131c046c8d356a310fc82d22a9d1526a439b93 Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:41:11 -0700 Subject: [PATCH] Cherry pick PR #1643: Add missing cstdint includes (#1657) Refer to the original PR: https://github.com/youtube/cobalt/pull/1643 Co-authored-by: Andrew Savage --- third_party/angle/include/GLSLANG/ShaderVars.h | 1 + third_party/angle/src/common/angleutils.h | 1 + third_party/crashpad/util/misc/reinterpret_bytes.cc | 1 + third_party/v8/src/base/logging.h | 1 + third_party/v8/src/base/macros.h | 1 + third_party/v8/src/inspector/v8-string-conversions.h | 1 + 6 files changed, 6 insertions(+) diff --git a/third_party/angle/include/GLSLANG/ShaderVars.h b/third_party/angle/include/GLSLANG/ShaderVars.h index 52f6ad077556d..5d2d14683604f 100644 --- a/third_party/angle/include/GLSLANG/ShaderVars.h +++ b/third_party/angle/include/GLSLANG/ShaderVars.h @@ -12,6 +12,7 @@ #include #include +#include #include #include diff --git a/third_party/angle/src/common/angleutils.h b/third_party/angle/src/common/angleutils.h index 3a1391e29b72e..c8d36f5518611 100644 --- a/third_party/angle/src/common/angleutils.h +++ b/third_party/angle/src/common/angleutils.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include diff --git a/third_party/crashpad/util/misc/reinterpret_bytes.cc b/third_party/crashpad/util/misc/reinterpret_bytes.cc index 65ec33f348ec6..3fee722dea390 100644 --- a/third_party/crashpad/util/misc/reinterpret_bytes.cc +++ b/third_party/crashpad/util/misc/reinterpret_bytes.cc @@ -17,6 +17,7 @@ #include #include +#include #include "base/logging.h" diff --git a/third_party/v8/src/base/logging.h b/third_party/v8/src/base/logging.h index fe39f988225e9..dbe130581cb13 100644 --- a/third_party/v8/src/base/logging.h +++ b/third_party/v8/src/base/logging.h @@ -5,6 +5,7 @@ #ifndef V8_BASE_LOGGING_H_ #define V8_BASE_LOGGING_H_ +#include #include #include #include diff --git a/third_party/v8/src/base/macros.h b/third_party/v8/src/base/macros.h index 1fa3227ec804f..a5ad1b77684a9 100644 --- a/third_party/v8/src/base/macros.h +++ b/third_party/v8/src/base/macros.h @@ -5,6 +5,7 @@ #ifndef V8_BASE_MACROS_H_ #define V8_BASE_MACROS_H_ +#include #include #include diff --git a/third_party/v8/src/inspector/v8-string-conversions.h b/third_party/v8/src/inspector/v8-string-conversions.h index 285667e27e4bd..2770ec362d8b3 100644 --- a/third_party/v8/src/inspector/v8-string-conversions.h +++ b/third_party/v8/src/inspector/v8-string-conversions.h @@ -5,6 +5,7 @@ #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ +#include #include // The v8config.h above is needed to turn on V8_OS_STARBOARD