diff --git a/binding.gyp b/binding.gyp index ce7be72..14a0c20 100644 --- a/binding.gyp +++ b/binding.gyp @@ -17,7 +17,7 @@ 'sources': [ 'src/InjectedScriptHost.cc' ], - 'defines': ['NODE_NEXT=true'] + 'defines': ['NODE_NEXT=1'] }] ] }, diff --git a/src/debug.cc b/src/debug.cc index aa3c994..43482e6 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -1,5 +1,5 @@ -#include #include +#include #include "tools.h" #if (NODE_NEXT)