aboutsummaryrefslogtreecommitdiffstats
path: root/object-store.h
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2018-07-11 15:42:38 -0700
committerJunio C Hamano <gitster@pobox.com>2018-07-17 15:47:48 -0700
commit14727b7fe6e8347f49689aba493b91bd6aecfc8d (patch)
tree0107d132d6e5356eab41275d4966989d799ef333 /object-store.h
parent5faf357b4314fcc7976f75c7f3ba205d9eba8e77 (diff)
downloadgit-14727b7fe6e8347f49689aba493b91bd6aecfc8d.tar.gz
object-store: add missing include
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object-store.h')
-rw-r--r--object-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/object-store.h b/object-store.h
index a3db17bbf5..0e13543bab 100644
--- a/object-store.h
+++ b/object-store.h
@@ -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;