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.
parent c3179eff
......@@ -11,6 +11,7 @@
#include "types.h"
#include "oid.h"
#include "oidarray.h"
#include "indexer.h"
/**
* @file git2/odb.h
......
......@@ -9,6 +9,7 @@
#include "common.h"
#include "types.h"
#include "indexer.h"
/**
* @file git2/backend.h
......
......@@ -9,6 +9,7 @@
#include "common.h"
#include "oid.h"
#include "indexer.h"
/**
* @file git2/pack.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment