diff options
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h index 1711ff8be..d75387318 100644 --- a/include/git2.h +++ b/include/git2.h @@ -22,6 +22,7 @@ #include "git2/repository.h" #include "git2/revwalk.h" +#include "git2/merge.h" #include "git2/refs.h" #include "git2/reflog.h" @@ -40,7 +41,7 @@ #include "git2/net.h" #include "git2/status.h" #include "git2/indexer.h" - +#include "git2/submodule.h" #include "git2/notes.h" #endif |