From ff4a9d381d2c77d1e074f9886c71003d5b7db25f Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 10 Mar 2012 00:11:11 +0100 Subject: core: use proper #include directives --- src/pipe_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pipe_wrap.h') diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h index 5551dd7a8dd..d5241e08f32 100644 --- a/src/pipe_wrap.h +++ b/src/pipe_wrap.h @@ -21,7 +21,7 @@ #ifndef PIPE_WRAP_H_ #define PIPE_WRAP_H_ -#include +#include "stream_wrap.h" namespace node { -- cgit v1.2.3