diff options
Diffstat (limited to 'resolve-undo.c')
| -rw-r--r-- | resolve-undo.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resolve-undo.c b/resolve-undo.c index e81096e2d4..7817f5d6db 100644 --- a/resolve-undo.c +++ b/resolve-undo.c @@ -1,6 +1,9 @@ -#include "cache.h" +#include "git-compat-util.h" #include "dir.h" +#include "hash.h" +#include "read-cache.h" #include "resolve-undo.h" +#include "sparse-index.h" #include "string-list.h" /* The only error case is to run out of memory in string-list */ |
