Skip to content

Commit 0cccb6f

Browse files
pbo-linaroV8 LUCI CQ
authored and
V8 LUCI CQ
committed
[msvc] fix missing include <optional>
clang/clang-cl compiled happily (probably included transitively this header), but not MSVC. Bug: v8:13312 Change-Id: I69b6c15f76d8ef13e4fac33f733717429ba96f71 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3913033 Reviewed-by: Jakob Kummerow <[email protected]> Commit-Queue: Jakob Kummerow <[email protected]> Cr-Commit-Position: refs/heads/main@{#83402}
1 parent 36fb3a1 commit 0cccb6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Peter Rybin <[email protected]>
208208
Peter Varga <[email protected]>
209209
Peter Wong <[email protected]>
210210
211+
Pierrick Bouvier <[email protected]>
211212
Rafal Krypa <[email protected]>
212213
Raul Tambre <[email protected]>
213214
Ray Glover <[email protected]>

test/cctest/test-assembler-arm64.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include <cmath>
3333
#include <limits>
34+
#include <optional>
3435

3536
#include "src/base/utils/random-number-generator.h"
3637
#include "src/codegen/arm64/assembler-arm64-inl.h"

0 commit comments

Comments
 (0)