pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src client.cxx,1.4,1.5 string_converter.c


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src client.cxx,1.4,1.5 string_converter.cxx,1.4,1.5
Date: 8 Jul 2002 17:05:11 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv8632

Modified Files:
        client.cxx string_converter.cxx 
Log Message:
some include fixes to make g++-2.95 happy

Index: client.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/client.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- client.cxx  24 Jun 2002 14:25:03 -0000      1.4
+++ client.cxx  8 Jul 2002 17:05:09 -0000       1.5
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <string>
 #include <config.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Display/mousecursor_provider.h>

Index: string_converter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/string_converter.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- string_converter.cxx        26 Jun 2002 19:13:13 -0000      1.4
+++ string_converter.cxx        8 Jul 2002 17:05:09 -0000       1.5
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <algorithm>
 #include <stdio.h>
 #include "string_converter.hxx"
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]