From: Jonathan Tan Date: Wed, 11 Jul 2018 22:42:38 +0000 (-0700) Subject: object-store: add missing include X-Git-Tag: v2.19.0-rc0~89^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14727b7fe6e8347f49689aba493b91bd6aecfc8d;p=thirdparty%2Fgit.git object-store: add missing include Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- 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;