summaryrefslogtreecommitdiff
path: root/src/req_wrap.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-07-11 15:37:00 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-07-11 15:37:02 +0200
commitc679ac8f0089e2228e8f248cade91ec99cd424cb (patch)
treed7fffab6255c5e7fb33b469ccab60fb492bd1386 /src/req_wrap.h
parent6acde2152fa5cc33ed87825c85ee59bdafd94cf7 (diff)
downloadandroid-node-v8-c679ac8f0089e2228e8f248cade91ec99cd424cb.tar.gz
android-node-v8-c679ac8f0089e2228e8f248cade91ec99cd424cb.tar.bz2
android-node-v8-c679ac8f0089e2228e8f248cade91ec99cd424cb.zip
build: fix windows build
Be very careful with forward declarations, MSVC is quite picky and rather stupid about it. Fixes #5810.
Diffstat (limited to 'src/req_wrap.h')
-rw-r--r--src/req_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/req_wrap.h b/src/req_wrap.h
index 3d08444147..93db63316f 100644
--- a/src/req_wrap.h
+++ b/src/req_wrap.h
@@ -23,7 +23,6 @@
#define REQ_WRAP_H_
#include "queue.h"
-#include "node_internals.h"
namespace node {