From 070ba94f50f6776540529e3bac0c87a81cf2a9be Mon Sep 17 00:00:00 2001 From: Thulinma Date: Wed, 27 Mar 2019 15:01:28 +0100 Subject: [PATCH] ... Eh... What? --- lib/checksum.h | 2 ++ 1 file changed, 2 insertions(+) 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] = {