Commit 111ee3fe2d4c6de6729b94235c709986b4079c4b

Vicent Marti 2012-07-11T14:37:26

Add missing includes

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2.h b/include/git2.h
index f260cfa..2e33f9e 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -38,6 +38,8 @@
 #include "git2/config.h"
 #include "git2/remote.h"
 
+#include "git2/attr.h"
+#include "git2/branch.h"
 #include "git2/refspec.h"
 #include "git2/net.h"
 #include "git2/status.h"