diff options
Diffstat (limited to 'hash-lookup.c')
| -rw-r--r-- | hash-lookup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hash-lookup.c b/hash-lookup.c index b98ed5e11e..9f0f95e2b9 100644 --- a/hash-lookup.c +++ b/hash-lookup.c @@ -1,5 +1,7 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "hash.h" #include "hash-lookup.h" +#include "read-cache-ll.h" static uint32_t take2(const struct object_id *oid, size_t ofs) { |
