PPC: Adding missing header to fix build
<limits> header is needed to compile successfully on PPC. Needed for std::numeric_limits Change-Id: Ice2d3c6416dec4ff09d15a20fcba9659239faa09 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1601729 Reviewed-by: Alexei Filippov <alph@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#61392}
This commit is contained in:
parent
2980961182
commit
72a11c12dd
@ -4,6 +4,7 @@
|
||||
|
||||
#include "src/inspector/v8-string-conversions.h"
|
||||
|
||||
#include <limits>
|
||||
#include <vector>
|
||||
#include "src/base/logging.h"
|
||||
#include "src/base/v8-fallthrough.h"
|
||||
|
Loading…
Reference in New Issue
Block a user