/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5faf357
)
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
|
blame
|
history
diff --git
a/object-store.h
b/object-store.h
index
a3db17b
..
0e13543
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;