Commit bfd2688b authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

[RuntimeCallStats] Add includes for RCS_COUNT_EVERYTHING

Bug: 724543
Change-Id: If4da5b51ad6886063801b6e224a0acedd57995cc
Reviewed-on: https://chromium-review.googlesource.com/c/1314612Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604967}
parent 997bf6df
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
#include "third_party/blink/renderer/platform/wtf/time.h" #include "third_party/blink/renderer/platform/wtf/time.h"
#include "v8/include/v8.h" #include "v8/include/v8.h"
#if BUILDFLAG(RCS_COUNT_EVERYTHING)
#include "third_party/blink/renderer/platform/wtf/hash_map.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
#endif
namespace base { namespace base {
class TickClock; class TickClock;
} }
......
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