diff options
-rw-r--r-- | object-store.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/object-store.h b/object-store.h index a3db17bbf5..0e13543bab 100644 --- a/object-store.h +++ b/object-store.h @@ -2,6 +2,9 @@ #define OBJECT_STORE_H #include "oidmap.h" +#include "list.h" +#include "sha1-array.h" +#include "strbuf.h" struct alternate_object_database { struct alternate_object_database *next; |