Skip to content

Commit 14727b7

Browse files
jonathantanmygitster
authored andcommitted
object-store: add missing include
Signed-off-by: Jonathan Tan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5faf357 commit 14727b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

object-store.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#define OBJECT_STORE_H
33

44
#include "oidmap.h"
5+
#include "list.h"
6+
#include "sha1-array.h"
7+
#include "strbuf.h"
58

69
struct alternate_object_database {
710
struct alternate_object_database *next;

0 commit comments

Comments
 (0)