Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-01 01:16:08 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-01 01:16:26 +0400
commit02cab97490690610ab5c4ce5d76208d415f0d2c4 (patch)
treea4ac0a734d86ee9a0363ca631a175da016778847 /src/handle_wrap.h
parent847c6d980c83274b6c37e29a07d19a696435588b (diff)
src: more lint after cpplint tightening
Commit 847c6d9 adds a 'project headers before system headers' check to cpplint. Update the files in src/ to make the linter pass again.
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h
index 48db9e7f818..6e6f3904b8c 100644
--- a/src/handle_wrap.h
+++ b/src/handle_wrap.h
@@ -22,7 +22,10 @@
#ifndef SRC_HANDLE_WRAP_H_
#define SRC_HANDLE_WRAP_H_
+#include "node.h"
#include "queue.h"
+#include "uv.h"
+#include "v8.h"
namespace node {