diff options
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index 2e33f9e4a..40167484b 100644 --- a/include/git2.h +++ b/include/git2.h @@ -37,6 +37,8 @@ #include "git2/index.h" #include "git2/config.h" #include "git2/remote.h" +#include "git2/clone.h" +#include "git2/checkout.h" #include "git2/attr.h" #include "git2/branch.h" |