Skip to content

Commit

Permalink
Fix building on Windows 7 x64
Browse files Browse the repository at this point in the history
- tried the fix listed here, and it worked: https://groups.google.com/forum/#!topic/nodejs/onA0S01INtw
- have not proved that it will work everywhere, but it's worth a shot
  • Loading branch information
cspotcode committed Feb 1, 2014
1 parent fb333ff commit 3c6dd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap_profiler.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef NODE_HEAP_PROFILER_
#define NODE_HEAP_PROFILER_

#include <v8-profiler.h>
#include <node.h>
#include <v8-profiler.h>

using namespace v8;
using namespace node;
Expand Down

0 comments on commit 3c6dd79

Please sign in to comment.