diff options
Diffstat (limited to 'patch-ids.c')
-rw-r--r-- | patch-ids.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch-ids.c b/patch-ids.c index 3153446626..19af7bee98 100644 --- a/patch-ids.c +++ b/patch-ids.c @@ -1,7 +1,8 @@ -#include "cache.h" +#include "git-compat-util.h" #include "diff.h" #include "commit.h" #include "hash-lookup.h" +#include "hex.h" #include "patch-ids.h" static int patch_id_defined(struct commit *commit) |