c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

Fix building on Windows 7 x64 #47

Closed cspotcode closed 10 years ago

cspotcode commented 10 years ago

Related to #46.

EDIT: I forgot to mention, you should probably switch the order of #includes in cpu_profiler.h as well, and maybe add #include <node.h> to all your .cc files. I'm not sure.

c4milo commented 10 years ago

Good catch, thank you!