Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 6b387bde7b3f68fbf780914cd44dff57 > files > 1

pingus-0.6.0-9mdv2007.1mdv2007.1.src.rpm

--- pingus-0.6.0/src/gui/root_gui_manager.cxx~	2002-09-25 12:16:17.000000000 +0200
+++ pingus-0.6.0/src/gui/root_gui_manager.cxx	2003-06-11 14:14:20.000000000 +0200
@@ -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 <assert.h>
 #include "root_gui_manager.hxx"
 #include "../input/controller.hxx"
 
--- pingus-0.6.0/src/blitter.cxx~	2003-04-09 22:22:59.000000000 +0200
+++ pingus-0.6.0/src/blitter.cxx	2003-06-11 14:19:54.000000000 +0200
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <config.h>
+#include <assert.h>
 #include <stdio.h>
 #include "pingus_error.hxx"
 #include "color.hxx"
--- pingus-0.6.0/src/pingu_holder.cxx~	2003-03-25 01:37:44.000000000 +0100
+++ pingus-0.6.0/src/pingu_holder.cxx	2003-06-11 14:23:01.000000000 +0200
@@ -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 <assert.h>
 #include <iostream>
 #include "pingu_holder.hxx"
 #include "pingu.hxx"
--- pingus-0.6.0/src/demo_recorder.cxx~	2003-04-04 13:23:27.000000000 +0200
+++ pingus-0.6.0/src/demo_recorder.cxx	2003-06-11 14:21:44.000000000 +0200
@@ -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 <assert.h>
 #include <time.h>
 #include <iostream>
 #include "system.hxx"
--- pingus-0.6.0/src/col_map.cxx~	2003-02-19 10:50:35.000000000 +0100
+++ pingus-0.6.0/src/col_map.cxx	2003-06-11 14:20:33.000000000 +0200
@@ -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 <assert.h>
 #include <iostream>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include "gui/graphic_context.hxx"
--- pingus-0.6.0/src/editor/generic_property_frame.cxx~	2003-03-26 00:15:23.000000000 +0100
+++ pingus-0.6.0/src/editor/generic_property_frame.cxx	2003-06-11 14:10:23.000000000 +0200
@@ -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 <assert.h>
 #include <iostream>
 #include <ClanLib/GUI/label.h>
 #include <ClanLib/GUI/inputbox.h>
--- pingus-0.6.0/src/worldmap/dot.cxx~	2003-02-18 12:28:41.000000000 +0100
+++ pingus-0.6.0/src/worldmap/dot.cxx	2003-06-11 14:17:42.000000000 +0200
@@ -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 <assert.h>
 #include <iostream>
 #include "../xml_file_reader.hxx"
 #include "dot.hxx"
--- pingus-0.6.0/src/worldmap/graph.hxx~	2002-10-22 02:20:42.000000000 +0200
+++ pingus-0.6.0/src/worldmap/graph.hxx	2003-06-11 14:18:40.000000000 +0200
@@ -20,6 +20,7 @@
 #ifndef HEADER_GRAPH_HXX
 #define HEADER_GRAPH_HXX
 
+#include <assert.h>
 #include <algorithm>
 #include <vector>
 
--- pingus-0.6.0/src/console.cxx~	2003-01-02 21:49:55.000000000 +0100
+++ pingus-0.6.0/src/console.cxx	2003-06-11 14:21:04.000000000 +0200
@@ -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"
--- pingus-0.6.0/src/savegame_manager.cxx~	2003-04-11 14:45:39.000000000 +0200
+++ pingus-0.6.0/src/savegame_manager.cxx	2003-06-11 14:24:17.000000000 +0200
@@ -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 <assert.h>
 #include <iostream>
 #include <fstream>
 #include "system.hxx"