From 186828ac577469c68c5d31d742df13003b71a605 Mon Sep 17 00:00:00 2001 From: yoni_ash Date: Thu, 14 Aug 2025 08:03:25 +0300 Subject: [PATCH] Adding missing includes in public header files This matters if one has the need to use the headers under git2/ directly rather than including them all via git2.h --- include/git2/blame.h | 1 + include/git2/notes.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/git2/blame.h b/include/git2/blame.h index f3e66924c89..36507d817f0 100644 --- a/include/git2/blame.h +++ b/include/git2/blame.h @@ -10,6 +10,7 @@ #include "common.h" #include "oid.h" +#include "types.h" /** * @file git2/blame.h diff --git a/include/git2/notes.h b/include/git2/notes.h index 3784d5f5222..77cfe781eba 100644 --- a/include/git2/notes.h +++ b/include/git2/notes.h @@ -8,6 +8,7 @@ #define INCLUDE_git_note_h__ #include "oid.h" +#include "types.h" /** * @file git2/notes.h