object-store: add missing include
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
5faf357b43
commit
14727b7fe6
@ -2,6 +2,9 @@
|
|||||||
#define OBJECT_STORE_H
|
#define OBJECT_STORE_H
|
||||||
|
|
||||||
#include "oidmap.h"
|
#include "oidmap.h"
|
||||||
|
#include "list.h"
|
||||||
|
#include "sha1-array.h"
|
||||||
|
#include "strbuf.h"
|
||||||
|
|
||||||
struct alternate_object_database {
|
struct alternate_object_database {
|
||||||
struct alternate_object_database *next;
|
struct alternate_object_database *next;
|
||||||
|
Reference in New Issue
Block a user