diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2018-07-11 15:42:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-17 15:47:48 -0700 |
commit | 14727b7fe6e8347f49689aba493b91bd6aecfc8d (patch) | |
tree | 0107d132d6e5356eab41275d4966989d799ef333 /object-store.h | |
parent | commit-graph: refactor preparing commit graph (diff) | |
download | tgif-14727b7fe6e8347f49689aba493b91bd6aecfc8d.tar.xz |
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.h | 3 |
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; |