Skip to content

Commit 8f0b946

Browse files
Joonhyung HwangV8 LUCI CQ
authored andcommitted
[gcc] Add include for TurboShaft
Include <limits> for std::numeric_limits. Bug: chromium:819294 Change-Id: I26a71ed4bad1858d2f5ed5d7dcd529e9cae60f37 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4889285 Commit-Queue: Nico Hartmann <[email protected]> Reviewed-by: Nico Hartmann <[email protected]> Cr-Commit-Position: refs/heads/main@{#90347}
1 parent a156206 commit 8f0b946

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compiler/turboshaft/utils.h

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

88
#include <iostream>
9+
#include <limits>
910
#include <tuple>
1011

1112
#include "src/base/logging.h"

0 commit comments

Comments
 (0)