Add stddef.h to fix compilation issue on MacOS
@@ -1,6 +1,7 @@
#pragma once
#include <stdint.h>
+#include <stddef.h>
#include <math.h>
#define MAX_HASH_SIZE 8