From b94e7f4b2fd3be30941be67694247bff0fe6a909 Mon Sep 17 00:00:00 2001 From: Lucy <44952533+Skyliegirl33@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:57:06 +0100 Subject: [PATCH] Fix windows build error --- src/world/Actor/Chara.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/world/Actor/Chara.h b/src/world/Actor/Chara.h index dab108a6..a5c4de9c 100644 --- a/src/world/Actor/Chara.h +++ b/src/world/Actor/Chara.h @@ -9,6 +9,7 @@ #include #include #include +#include namespace Sapphire::Entity {