1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 08:07:46 +00:00

Fix vs2022 build

This commit is contained in:
Tahir 2023-02-05 08:41:32 +09:00 committed by collett
parent 5d6aa369dc
commit ee11c313ab
6 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <map>
#include <queue>
#include <array>
#include <string>
namespace Sapphire::Entity
{

View file

@ -2,6 +2,7 @@
#define SAPPHIRE_INSTANCEOBJECT_H
#include "Actor.h"
#include <string>
namespace Sapphire::Entity
{

View file

@ -2,6 +2,7 @@
#define _ITEMCONTAINER_H_
#include <map>
#include <string>
#include <Common.h>
#include "ForwardsZone.h"

View file

@ -4,6 +4,7 @@
#include "ForwardsZone.h"
#include <vector>
#include <string_view>
namespace Sapphire::World::Manager
{

View file

@ -4,6 +4,7 @@
#include "ForwardsZone.h"
#include <array>
#include <string>
namespace Sapphire::World::Manager
{

View file

@ -15,6 +15,7 @@
#include <stdio.h>
#include <string.h>
#include <string>
namespace Sapphire
{