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

Unified Diff: samples/shell.cc

Issue 740493002: Forward declaration for Isolate / Platform in libplatform.h. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Adds includes in a few .cc files. Created 6 years, 1 month 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 | « samples/lineprocessor.cc ('k') | test/unittests/run-all-unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/shell.cc
diff --git a/samples/shell.cc b/samples/shell.cc
index b66e8f7453d1b38c323b157d5859778f3441b98b..f84838f4f760b713e15f2e457b3977948c944a01 100644
--- a/samples/shell.cc
+++ b/samples/shell.cc
@@ -28,6 +28,7 @@
#include <include/v8.h>
#include <include/libplatform/libplatform.h>
+#include <include/v8-platform.h>
#include <assert.h>
#include <fcntl.h>
« no previous file with comments | « samples/lineprocessor.cc ('k') | test/unittests/run-all-unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698