From ee11c313ab2be4f4d81b545bd7e2a512024e09ff Mon Sep 17 00:00:00 2001 From: Tahir Date: Sun, 5 Feb 2023 08:41:32 +0900 Subject: [PATCH] Fix vs2022 build --- src/world/Actor/Chara.h | 1 + src/world/Actor/EventObject.h | 1 + src/world/Inventory/ItemContainer.h | 1 + src/world/Manager/MarketMgr.h | 1 + src/world/Manager/NaviMgr.h | 1 + src/world/Territory/Territory.h | 1 + 6 files changed, 6 insertions(+) diff --git a/src/world/Actor/Chara.h b/src/world/Actor/Chara.h index aab58dec..a6aee7c0 100644 --- a/src/world/Actor/Chara.h +++ b/src/world/Actor/Chara.h @@ -9,6 +9,7 @@ #include #include #include +#include namespace Sapphire::Entity { diff --git a/src/world/Actor/EventObject.h b/src/world/Actor/EventObject.h index c497bf1f..472c05e5 100644 --- a/src/world/Actor/EventObject.h +++ b/src/world/Actor/EventObject.h @@ -2,6 +2,7 @@ #define SAPPHIRE_INSTANCEOBJECT_H #include "Actor.h" +#include namespace Sapphire::Entity { diff --git a/src/world/Inventory/ItemContainer.h b/src/world/Inventory/ItemContainer.h index 5e830335..3b47cb3c 100644 --- a/src/world/Inventory/ItemContainer.h +++ b/src/world/Inventory/ItemContainer.h @@ -2,6 +2,7 @@ #define _ITEMCONTAINER_H_ #include +#include #include #include "ForwardsZone.h" diff --git a/src/world/Manager/MarketMgr.h b/src/world/Manager/MarketMgr.h index a9a69529..3271df59 100644 --- a/src/world/Manager/MarketMgr.h +++ b/src/world/Manager/MarketMgr.h @@ -4,6 +4,7 @@ #include "ForwardsZone.h" #include +#include namespace Sapphire::World::Manager { diff --git a/src/world/Manager/NaviMgr.h b/src/world/Manager/NaviMgr.h index 3c08d886..b4d29ade 100644 --- a/src/world/Manager/NaviMgr.h +++ b/src/world/Manager/NaviMgr.h @@ -4,6 +4,7 @@ #include "ForwardsZone.h" #include +#include namespace Sapphire::World::Manager { diff --git a/src/world/Territory/Territory.h b/src/world/Territory/Territory.h index 23b1f505..a52ef06f 100644 --- a/src/world/Territory/Territory.h +++ b/src/world/Territory/Territory.h @@ -15,6 +15,7 @@ #include #include +#include namespace Sapphire {