mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
*Add missing includes allowing GCC 4.4 build
--HG-- branch : trunk
This commit is contained in:
@@ -34,6 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include "SocketHandler.h"
|
||||
#include "UdpSocket.h"
|
||||
|
||||
@@ -30,6 +30,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4786)
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "ISocketHandler.h"
|
||||
#include "Socket.h"
|
||||
#include "StdoutLog.h"
|
||||
|
||||
@@ -44,6 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#include <openssl/err.h>
|
||||
#endif
|
||||
#include <map>
|
||||
#include <cstdio>
|
||||
|
||||
#include "TcpSocket.h"
|
||||
#include "Utility.h"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "CoordModelMapping.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <cstdio>
|
||||
|
||||
using namespace G3D;
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef _COORDMODELMAPPING_H_
|
||||
#define _COORDMODELMAPPING_H_
|
||||
|
||||
#include <cstdio>
|
||||
#include <G3D/Table.h>
|
||||
#include <G3D/Array.h>
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "DebugCmdLogger.h"
|
||||
|
||||
using namespace G3D;
|
||||
|
||||
Reference in New Issue
Block a user