From 0ae02c9f04c6cc572de3fb59e889176fd9107fa4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 9 Oct 2009 17:47:04 +0200 Subject: [PATCH] Internalize node_version.h. With the more detailed node.version changing (every commit), having node_version.h exposed to all modules required a complete recompile each time a commit was made. People can use the javascript interface to get the version. --- src/node.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node.cc b/src/node.cc index 64fca8ec1c..6ff4b51e39 100644 --- a/src/node.cc +++ b/src/node.cc @@ -22,6 +22,7 @@ #include #include #include +#include using namespace v8;