|
From: <ufo...@li...> - 2009-02-28 13:01:18
|
Revision: 1090
http://ufo2000.svn.sourceforge.net/ufo2000/?rev=1090&view=rev
Author: ssvb
Date: 2009-02-28 12:35:46 +0000 (Sat, 28 Feb 2009)
Log Message:
-----------
Fixes for compilation issues with the latest versions of gcc
Modified Paths:
--------------
trunk/src/LuaPlus/LuaPlusCD.h
trunk/src/server_transport.cpp
Modified: trunk/src/LuaPlus/LuaPlusCD.h
===================================================================
--- trunk/src/LuaPlus/LuaPlusCD.h 2008-07-05 12:18:34 UTC (rev 1089)
+++ trunk/src/LuaPlus/LuaPlusCD.h 2009-02-28 12:35:46 UTC (rev 1090)
@@ -24,6 +24,7 @@
#include "lauxlib.h"
}
+#include <typeinfo>
#include <string.h>
// LuaPlus Call Dispatcher
Modified: trunk/src/server_transport.cpp
===================================================================
--- trunk/src/server_transport.cpp 2008-07-05 12:18:34 UTC (rev 1089)
+++ trunk/src/server_transport.cpp 2009-02-28 12:35:46 UTC (rev 1090)
@@ -25,6 +25,7 @@
#include <vector>
#include <stdio.h>
#include <time.h>
+#include <stdlib.h>
#ifdef WIN32
#include <windows.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|