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

Unified Diff: src/d8-debug.cc

Issue 120933003: Remove socket.h include from debug.h (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix for d8-debug.cc Created 6 years, 12 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 | src/debug.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8-debug.cc
diff --git a/src/d8-debug.cc b/src/d8-debug.cc
index 0cd1cc2b73f1c5dfc4cd5b6b63a3fb95926cd9d9..2c909fa7622703421f0960c9b82eb2fbe26ca07e 100644
--- a/src/d8-debug.cc
+++ b/src/d8-debug.cc
@@ -30,6 +30,7 @@
#include "d8.h"
#include "d8-debug.h"
#include "debug-agent.h"
+#include "platform/socket.h"
namespace v8 {
« no previous file with comments | « no previous file | src/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698