pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.20,1.21 dot.cxx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.20,1.21 dot.cxx,1.5,1.6
Date: 18 Apr 2003 12:48:52 -0000

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

Modified Files:
        graph.hxx dot.cxx 
Log Message:
added missing assert.h headers for g++-3.3

Index: graph.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/graph.hxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- graph.hxx   20 Oct 2002 18:28:49 -0000      1.20
+++ graph.hxx   18 Apr 2003 12:48:50 -0000      1.21
@@ -21,6 +21,7 @@
 #define HEADER_GRAPH_HXX
 
 #include <algorithm>
+#include <assert.h>
 #include <vector>
 
 namespace WorldMapNS {

Index: dot.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/dot.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dot.cxx     18 Feb 2003 11:28:41 -0000      1.5
+++ dot.cxx     18 Apr 2003 12:48:50 -0000      1.6
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
+#include <assert.h>
 #include "../xml_file_reader.hxx"
 #include "dot.hxx"
 





reply via email to

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