Commit 093afa7b authored by Igor Sheludko's avatar Igor Sheludko Committed by Commit Bot

[cpu-profiler] Fix includes that broke PrintF() with PRId64

Somehow the "bad" CL managed to pass the CQ:
  https://chromium-review.googlesource.com/c/v8/v8/+/1484461

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I86d78f75c3430d01c814948815c7b3501929a52a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1611810Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61551}
parent 91415227
......@@ -4,6 +4,8 @@
#include "src/profiler/tick-sample.h"
#include <cinttypes>
#include "include/v8-profiler.h"
#include "src/asan.h"
#include "src/counters.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment