pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src input_debug_screen.cxx,1.5,1.6


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src input_debug_screen.cxx,1.5,1.6
Date: 31 Oct 2002 13:58:45 -0000

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

Modified Files:
        input_debug_screen.cxx 
Log Message:
fix for VC++


Index: input_debug_screen.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input_debug_screen.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- input_debug_screen.cxx      28 Oct 2002 20:13:40 -0000      1.5
+++ input_debug_screen.cxx      31 Oct 2002 13:58:42 -0000      1.6
@@ -17,8 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <ClanLib/Core/System/system.h>
+#include <assert.h>
 #include <iostream>
+#include <ClanLib/Core/System/system.h>
 #include "input/event.hxx"
 #include "input/scroll_event.hxx"
 #include "input_debug_screen.hxx"





reply via email to

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