From 111ee3fe2d4c6de6729b94235c709986b4079c4b Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Wed, 11 Jul 2012 14:37:26 +0200 Subject: [PATCH] Add missing includes --- include/git2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/git2.h b/include/git2.h index f260cfacd..2e33f9e4a 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"