Skip to content

Commit 762a633

Browse files
author
John Haley
committed
Fix debug build on windows
There was a linking exception that was fixed by changing the order of includes for node and v8 headers
1 parent a921f5b commit 762a633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/templates/templates/nodegit.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is a generated file, modify: generate/templates/nodegit.cc.
2+
#include <node.h>
23
#include <v8.h>
34

4-
#include <node.h>
55
#include <git2.h>
66
#include <map>
77
#include <algorithm>

0 commit comments

Comments
 (0)