Skip to content

Commit 2376fa6

Browse files
committed
indexer: correct missing includes
Docurium seems to choke on this header because it can't see both git_indexer_progress & git_indexer_progress_cb, let's add the include.
1 parent c3179ef commit 2376fa6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

include/git2/odb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "types.h"
1212
#include "oid.h"
1313
#include "oidarray.h"
14+
#include "indexer.h"
1415

1516
/**
1617
* @file git2/odb.h

include/git2/odb_backend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "common.h"
1111
#include "types.h"
12+
#include "indexer.h"
1213

1314
/**
1415
* @file git2/backend.h

include/git2/pack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "common.h"
1111
#include "oid.h"
12+
#include "indexer.h"
1213

1314
/**
1415
* @file git2/pack.h

0 commit comments

Comments
 (0)