core: hash: add missing include

This commit is contained in:
2026-04-01 19:03:52 +01:00
parent 5212ef4bc8
commit 8eba5c7462
+1 -1
View File
@@ -4,10 +4,10 @@
#include "hash.h"
#include <fx/core/hash.h>
#include <memory.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define F(x, y, z) (z ^ (x & (y ^ z)))
#define G(x, y, z) (y ^ (z & (x ^ y)))