pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src console.cxx,1.11,1.12 col_map.cxx,1.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src console.cxx,1.11,1.12 col_map.cxx,1.16,1.17
Date: 18 Apr 2003 12:51:19 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv12807

Modified Files:
        console.cxx col_map.cxx 
Log Message:
added missing assert.h headers for g++-3.3

Index: console.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/console.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- console.cxx 29 Dec 2002 23:29:00 -0000      1.11
+++ console.cxx 18 Apr 2003 12:51:17 -0000      1.12
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <config.h>
+#include <assert.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "pingus_resource.hxx"

Index: col_map.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/col_map.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- col_map.cxx 19 Feb 2003 09:50:35 -0000      1.16
+++ col_map.cxx 18 Apr 2003 12:51:17 -0000      1.17
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
+#include <assert.h>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include "gui/graphic_context.hxx"
 #include "globals.hxx"





reply via email to

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