diff --git a/lib/checksum.h b/lib/checksum.h index d2aeba6d..a409aa31 100644 --- a/lib/checksum.h +++ b/lib/checksum.h @@ -1,3 +1,5 @@ +#include + namespace checksum { inline unsigned int crc32c(unsigned int crc, const char * data, size_t len) { static const unsigned int table[256] = {