Merge pull request #2463 from NoodlesNZ/fix-stddef

Add stddef.h to fix compilation issue on MacOS
This commit is contained in:
Liam Cottle
2026-06-05 11:29:44 +12:00
committed by GitHub
+1
View File
@@ -1,6 +1,7 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#include <math.h>
#define MAX_HASH_SIZE 8