*Add missing includes allowing GCC 4.4 build

--HG--
branch : trunk
This commit is contained in:
panaut0lordv
2009-06-04 18:09:58 +02:00
parent aa5499972f
commit b818884851
6 changed files with 9 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -21,6 +21,7 @@
#include "CoordModelMapping.h"
#include <string.h>
#include <cstdio>
using namespace G3D;

View File

@@ -21,6 +21,7 @@
#ifndef _COORDMODELMAPPING_H_
#define _COORDMODELMAPPING_H_
#include <cstdio>
#include <G3D/Table.h>
#include <G3D/Array.h>

View File

@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <cstdio>
#include "DebugCmdLogger.h"
using namespace G3D;