object-store: add missing include
authorJonathan Tan <jonathantanmy@google.com>
Wed, 11 Jul 2018 22:42:38 +0000 (15:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 22:47:48 +0000 (15:47 -0700)
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-store.h
index a3db17bbf5a70c9920181e26eeba5c348ad87671..0e13543babf4f8221d09e4d1417fdc238c0bcf14 100644 (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;