From 924b71fca06c61e606792cc8db8521fb499d4237 Mon Sep 17 00:00:00 2001 From: annalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com> Date: Thu, 25 Jan 2024 05:47:24 +0000 Subject: [PATCH] array.H: include cstdint to fix llvm 12+ build --- include/hobbes/util/array.H | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hobbes/util/array.H b/include/hobbes/util/array.H index 916da009..065eb517 100644 --- a/include/hobbes/util/array.H +++ b/include/hobbes/util/array.H @@ -3,6 +3,7 @@ #define HOBBES_UTIL_ARRAY_HPP_INCLUDED #include +#include #include #include #include