Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc

Issue 2622503002: include fixing: api.h shouldn't include objects-inl.h (Closed)
Patch Set: static type check Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/fuzzer/parser.cc ('k') | test/unittests/compiler/bytecode-analysis-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc
diff --git a/test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc b/test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc
index 5a0d3659a187c1457e04386677e896b0f59c1419..16fa160aec8ffa35e9e5f26273aaa0ba8e0a5ac6 100644
--- a/test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc
+++ b/test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc
@@ -8,6 +8,7 @@
#include "include/v8.h"
#include "src/api.h"
+#include "src/objects-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « test/fuzzer/parser.cc ('k') | test/unittests/compiler/bytecode-analysis-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698