From c39e3f42b01fc9b5471bcf4291339a08483226ff Mon Sep 17 00:00:00 2001 From: DevOps117 <12497601-devops11710@users.noreply.gitlab.com> Date: Sat, 22 Jul 2023 16:25:04 +0000 Subject: [PATCH] Update FastHash.h: include size_t in cstddef --- thirdparty/FastHash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/FastHash.h b/thirdparty/FastHash.h index 86a6be7..8902f21 100644 --- a/thirdparty/FastHash.h +++ b/thirdparty/FastHash.h @@ -38,6 +38,7 @@ // Changes: General uplift and providing a general constant hash for ranges #include +#include #pragma once