Small changes for mingw-w64 version.
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#ifndef _CLIENTSTATE_H_
|
||||
#define _CLIENTSTATE_H_
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <string>
|
||||
|
||||
#define CLIENT_INITIAL_STATE ClientStateInit
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
#ifndef _SERVERBANMANAGER_H_
|
||||
#define _SERVERBANMANAGER_H_
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/enable_shared_from_this.hpp>
|
||||
#include <map>
|
||||
#include <list>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef _SERVERGAMESTATE_H_
|
||||
#define _SERVERGAMESTATE_H_
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <playerdata.h>
|
||||
#include <net/sessionmanager.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user