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

Unified Diff: src/d8-posix.cc

Issue 1283033003: Remove inline header includes from non-inline headers (1). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix GCC for realz. Created 5 years, 4 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 | « src/d8.h ('k') | src/dateparser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8-posix.cc
diff --git a/src/d8-posix.cc b/src/d8-posix.cc
index 36d83b53cff62b84950cf649854be15e2a140225..0f37ccefbfb31ff095a3190bfc04f9683a0aae0f 100644
--- a/src/d8-posix.cc
+++ b/src/d8-posix.cc
@@ -15,6 +15,10 @@
#include "src/d8.h"
+#ifndef V8_SHARED
+#include "src/list-inl.h"
+#endif
+
#if !V8_OS_NACL
#include <sys/select.h>
#endif
« no previous file with comments | « src/d8.h ('k') | src/dateparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698