From 582261d74337e3965326290a04d51696e64b14e1 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Thu, 14 Nov 2024 23:12:09 +0000 Subject: [PATCH] core: add missing includes --- core/hash.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/hash.c b/core/hash.c index a77c107..68737b9 100644 --- a/core/hash.c +++ b/core/hash.c @@ -1,4 +1,6 @@ #include +#include +#include #define FNV1_OFFSET_BASIS 0xcbf29ce484222325 #define FNV1_PRIME 0x100000001b3