Browse Source

object-store: add missing include

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Jonathan Tan 7 years ago committed by Junio C Hamano
parent
commit
14727b7fe6
  1. 3
      object-store.h

3
object-store.h

@ -2,6 +2,9 @@ @@ -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;

Loading…
Cancel
Save