diff options
Diffstat (limited to 't/helper/test-oidmap.c')
| -rw-r--r-- | t/helper/test-oidmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/helper/test-oidmap.c b/t/helper/test-oidmap.c index 7b194edde2..e2eb25ecde 100644 --- a/t/helper/test-oidmap.c +++ b/t/helper/test-oidmap.c @@ -1,6 +1,8 @@ #include "test-tool.h" #include "cache.h" +#include "hex.h" #include "oidmap.h" +#include "setup.h" #include "strbuf.h" /* key is an oid and value is a name (could be a refname for example) */ |
