core: add missing includes

This commit is contained in:
2024-11-14 23:12:09 +00:00
parent 8a78d9c94a
commit 582261d743

View File

@@ -1,4 +1,6 @@
#include <blue/core/hash.h> #include <blue/core/hash.h>
#include <stddef.h>
#include <stdint.h>
#define FNV1_OFFSET_BASIS 0xcbf29ce484222325 #define FNV1_OFFSET_BASIS 0xcbf29ce484222325
#define FNV1_PRIME 0x100000001b3 #define FNV1_PRIME 0x100000001b3