1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

Merge pull request #867 from collett8192/Sapphire5.58

Fix vs2022 build
This commit is contained in:
Adam 2023-02-05 11:49:09 +11:00 committed by GitHub
commit 0782616851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
{