object-store: add missing include
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
5faf357b43
commit
14727b7fe6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue