Commit 364184acca0d993deaeb060197b595f7c49ea226

Patrick Steinhardt 2017-11-25T11:35:50

Merge pull request #4423 from apnadkarni/patch-1 Include git2/worktree.h in git2.h

1
2
3
4
5
6
7
8
9
10
11
diff --git a/include/git2.h b/include/git2.h
index bc4333c..5f6104e 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -62,5 +62,6 @@
 #include "git2/tree.h"
 #include "git2/types.h"
 #include "git2/version.h"
+#include "git2/worktree.h"
 
 #endif