From c9d223f0de390e8b28af7c7513d03340001c2580 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Tue, 4 Sep 2012 22:57:31 +0200 Subject: [PATCH] branch: Add missing include --- include/git2/branch.h | 1 + 1 file changed, 1 insertion(+) 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" /**