diff options
author | Vicent Marti <tanoku@gmail.com> | 2012-09-04 22:57:31 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2012-09-04 22:57:31 +0200 |
commit | c9d223f0de390e8b28af7c7513d03340001c2580 (patch) | |
tree | bbea16ba4c4f4c5730d81840f9047e53e962d8d7 /include/git2/branch.h | |
parent | f9988d4e4cc9818b0f338d6f6101241eb6da526b (diff) | |
download | libgit2-c9d223f0de390e8b28af7c7513d03340001c2580.tar.gz |
branch: Add missing include
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r-- | include/git2/branch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/branch.h b/include/git2/branch.h index bbbdf1c4a..f072799c5 100644 --- a/include/git2/branch.h +++ b/include/git2/branch.h @@ -8,6 +8,7 @@ #define INCLUDE_git_branch_h__ #include "common.h" +#include "oid.h" #include "types.h" /** |