Signed-off-by: Elijah Newren <newren@xxxxxxxxx> --- ewah/ewok.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ewah/ewok.h b/ewah/ewok.h index 84b2a29faa..67a68e291a 100644 --- a/ewah/ewok.h +++ b/ewah/ewok.h @@ -19,6 +19,8 @@ #ifndef __EWOK_BITMAP_H__ #define __EWOK_BITMAP_H__ +#include "../git-compat-util.h" /* for uint64_t, uint32_t, etc. */ + struct strbuf; typedef uint64_t eword_t; #define BITS_IN_EWORD (sizeof(eword_t) * 8) -- 2.18.0.549.gd4454f3f9b