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

Unified Diff: samples/process.cc

Issue 1113563002: Add missing stdlib include for sample (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/process.cc
diff --git a/samples/process.cc b/samples/process.cc
index 060c0e852d93bc2763f8b81d21047f903c79e4ae..5f74b44e0e27a455015282c0a26c25b89bf16100 100644
--- a/samples/process.cc
+++ b/samples/process.cc
@@ -29,6 +29,7 @@
#include <include/libplatform/libplatform.h>
+#include <stdlib.h>
#include <string.h>
#include <map>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698