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:
Jonathan Tan 2018-07-11 15:42:38 -07:00 committed by Junio C Hamano
parent 5faf357b43
commit 14727b7fe6

View file

@ -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;