From 06d1f362c83d4cc9d42ebc875e4501b41aa81530 Mon Sep 17 00:00:00 2001 From: Winston Lowe Date: Wed, 27 Nov 2024 17:01:59 -0800 Subject: [PATCH] missing an include of cstdint --- include/Aether/utils/Types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Aether/utils/Types.hpp b/include/Aether/utils/Types.hpp index f7ffe6e..52b2bea 100644 --- a/include/Aether/utils/Types.hpp +++ b/include/Aether/utils/Types.hpp @@ -3,6 +3,7 @@ #include "Aether/types/Colour.hpp" #include +#include namespace Aether { /**