Small changes for mingw-w64 version.

This commit is contained in:
lotodore
2010-10-07 11:11:59 +00:00
parent 812ea63ba0
commit 2503fb03fe
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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>
+1
View File
@@ -21,6 +21,7 @@
#ifndef _SERVERGAMESTATE_H_
#define _SERVERGAMESTATE_H_
#include <boost/asio.hpp>
#include <playerdata.h>
#include <net/sessionmanager.h>