Skip to content

Commit c2792e5

Browse files
xen0nV8 LUCI CQ
authored andcommitted
[base] Fix build with gcc-13
See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes. Also see Gentoo Linux bug report: https://bugs.gentoo.org/865981 Change-Id: I421f396b02ba37e12ee70048ee33e034f8113566 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3934140 Reviewed-by: Clemens Backes <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Clemens Backes <[email protected]> Cr-Commit-Position: refs/heads/main@{#83587}
1 parent e2f9097 commit c2792e5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ Vlad Burlik <[email protected]>
256256
Vladimir Krivosheev <[email protected]>
257257
Vladimir Shutoff <[email protected]>
258258
Wael Almattar <[email protected]>
259+
WANG Xuerui <[email protected]>
259260
260261
Wenlu Wang <[email protected]>
261262
Wenming Yang <[email protected]>

src/base/logging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef V8_BASE_LOGGING_H_
66
#define V8_BASE_LOGGING_H_
77

8+
#include <cstdint>
89
#include <cstring>
910
#include <sstream>
1011
#include <string>

src/inspector/v8-string-conversions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
66
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
77

8+
#include <cstdint>
89
#include <string>
910

1011
// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may

0 commit comments

Comments
 (0)