core: add missing includes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user