From bdedefbbca220c5f169ef63f603034d13958f0e4 Mon Sep 17 00:00:00 2001 From: Yoann Le Montagner Date: Thu, 19 Jun 2025 10:39:18 +0200 Subject: [PATCH] fix(Basic): missing include --- include/geode/basic/types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/geode/basic/types.hpp b/include/geode/basic/types.hpp index 8ca05b839..e532f8d3a 100644 --- a/include/geode/basic/types.hpp +++ b/include/geode/basic/types.hpp @@ -30,6 +30,7 @@ #include #include #include +#include namespace geode {