From 2863534c96f5933ecec78117d1d49bbeeb2ce378 Mon Sep 17 00:00:00 2001 From: Yoann Le Montagner Date: Thu, 30 Jan 2025 11:42:36 +0100 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 e1a3fd032..46a5f06dc 100644 --- a/include/geode/basic/types.hpp +++ b/include/geode/basic/types.hpp @@ -28,6 +28,7 @@ #endif #include +#include #include namespace geode