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

fix build failures

how does CI even work? witchcraft?
This commit is contained in:
GokuWeedLord 2017-12-09 17:28:51 +11:00
parent d84d3be978
commit d196f01484
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
#include <Server_Common/Common.h> #include <Server_Common/Common.h>
#include <boost/enable_shared_from_this.hpp> #include <boost/enable_shared_from_this.hpp>
#include "Forwards.h" #include "../Forwards.h"
#include <set> #include <set>
#include <map> #include <map>
#include <queue> #include <queue>

View file

@ -1,12 +1,12 @@
#ifndef _PLAYER_H #ifndef _PLAYER_H
#define _PLAYER_H #define _PLAYER_H
#include "Forwards.h" #include "../Forwards.h"
#include <Server_Common/Common.h> #include <Server_Common/Common.h>
#include "Actor.h" #include "Actor.h"
#include "Inventory/Inventory.h" #include "../Inventory/Inventory.h"
#include <map> #include <map>
#include <queue> #include <queue>

View file

@ -3,7 +3,7 @@
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include "Forwards.h" #include "../Forwards.h"
namespace Core namespace Core
{ {