diff options
Diffstat (limited to 'pack-bitmap-write.c')
| -rw-r--r-- | pack-bitmap-write.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pack-bitmap-write.c b/pack-bitmap-write.c index cfa67a510f..891d9d2772 100644 --- a/pack-bitmap-write.c +++ b/pack-bitmap-write.c @@ -1,4 +1,6 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "alloc.h" +#include "hex.h" #include "object-store.h" #include "commit.h" #include "tag.h" |
