mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
Fix vs2022 build
This commit is contained in:
parent
5d6aa369dc
commit
ee11c313ab
6 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <map>
|
||||
#include <queue>
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire::Entity
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define SAPPHIRE_INSTANCEOBJECT_H
|
||||
|
||||
#include "Actor.h"
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire::Entity
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define _ITEMCONTAINER_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <Common.h>
|
||||
#include "ForwardsZone.h"
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "ForwardsZone.h"
|
||||
|
||||
#include <vector>
|
||||
#include <string_view>
|
||||
|
||||
namespace Sapphire::World::Manager
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "ForwardsZone.h"
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire::World::Manager
|
||||
{
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue