Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
object-store: add missing include
author
Jonathan Tan
<jonathantanmy@google.com>
Wed, 11 Jul 2018 22:42:38 +0000
(15:42 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5faf357
)
diff --git
a/object-store.h
b/object-store.h
index a3db17bbf5a70c9920181e26eeba5c348ad87671..0e13543babf4f8221d09e4d1417fdc238c0bcf14 100644
(file)
--- 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;