Skip to content

Commit 00e9eeb

Browse files
joyeecheungV8 LUCI CQ
authored andcommitted
[base] include <vector> when std::vector is used
It otherwise doesn't compile on Apple Clang 13. See nodejs/node#54077 Change-Id: I5dd41d98574f461ff7cf6d7d6ce5c71e240ad884 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5771451 Commit-Queue: Joyee Cheung <[email protected]> Reviewed-by: Leszek Swirski <[email protected]> Cr-Commit-Position: refs/heads/main@{#95557}
1 parent b139777 commit 00e9eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/logging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <sstream>
1212
#include <string>
1313
#include <utility>
14+
#include <vector>
1415

1516
#include "src/base/abort-mode.h"
1617
#include "src/base/base-export.h"

0 commit comments

Comments
 (0)