diff options
Diffstat (limited to 'packfile.h')
-rw-r--r-- | packfile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packfile.h b/packfile.h index e0a38aba93..fa36c473ad 100644 --- a/packfile.h +++ b/packfile.h @@ -1,8 +1,13 @@ #ifndef PACKFILE_H #define PACKFILE_H +#include "cache.h" #include "oidset.h" +/* in object-store.h */ +struct packed_git; +struct object_info; + /* * Generate the filename to be used for a pack file with checksum "sha1" and * extension "ext". The result is written into the strbuf "buf", overwriting |