From f154c256d8047fad3cd0bc1cdf3dde7aa7058c4e Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 8 Apr 2025 14:57:10 -0400 Subject: [PATCH] Wacky error where std::optional was not included, and it caused a problem for builds on another platform. --- Core/include/Core/Item.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/include/Core/Item.hpp b/Core/include/Core/Item.hpp index 011314b..f6bdef1 100644 --- a/Core/include/Core/Item.hpp +++ b/Core/include/Core/Item.hpp @@ -6,6 +6,7 @@ #include #include #include +#include //#include namespace CaveGame::Core