summaryrefslogtreecommitdiff
path: root/include/git2/branch.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2012-09-04 22:57:31 +0200
committerVicent Marti <tanoku@gmail.com>2012-09-04 22:57:31 +0200
commitc9d223f0de390e8b28af7c7513d03340001c2580 (patch)
treebbea16ba4c4f4c5730d81840f9047e53e962d8d7 /include/git2/branch.h
parentf9988d4e4cc9818b0f338d6f6101241eb6da526b (diff)
downloadlibgit2-c9d223f0de390e8b28af7c7513d03340001c2580.tar.gz
branch: Add missing include
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r--include/git2/branch.h1
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"
/**