summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2018-07-11 22:42:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-17 22:47:48 (GMT)
commit14727b7fe6e8347f49689aba493b91bd6aecfc8d (patch)
tree0107d132d6e5356eab41275d4966989d799ef333
parent5faf357b4314fcc7976f75c7f3ba205d9eba8e77 (diff)
downloadgit-14727b7fe6e8347f49689aba493b91bd6aecfc8d.zip
git-14727b7fe6e8347f49689aba493b91bd6aecfc8d.tar.gz
git-14727b7fe6e8347f49689aba493b91bd6aecfc8d.tar.bz2
object-store: add missing include
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--object-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/object-store.h b/object-store.h
index a3db17b..0e13543 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;