object-store: add missing include

Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jonathan Tan committed Jul 11, 2018 at 15:42 UTC 14727b7fe6e8347f49689aba493b91bd6aecfc8d
1 file changed +3
object-store.h
+3
@@ -2,6 +2,9 @@
2 #define OBJECT_STORE_H
3
4 #include "oidmap.h"
5 +#include "list.h"
6 +#include "sha1-array.h"
7 +#include "strbuf.h"
8
9 struct alternate_object_database {
10 struct alternate_object_database *next;