pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2887 - branches/pingus_sdl/src


From: nehalmistry
Subject: [Pingus-CVS] r2887 - branches/pingus_sdl/src
Date: Mon, 13 Aug 2007 22:11:12 +0200

Author: nehalmistry
Date: 2007-08-13 22:11:02 +0200 (Mon, 13 Aug 2007)
New Revision: 2887

Modified:
   branches/pingus_sdl/src/col_map.hpp
Log:
fix compile error on vc++

Modified: branches/pingus_sdl/src/col_map.hpp
===================================================================
--- branches/pingus_sdl/src/col_map.hpp 2007-08-13 19:05:43 UTC (rev 2886)
+++ branches/pingus_sdl/src/col_map.hpp 2007-08-13 20:11:02 UTC (rev 2887)
@@ -20,6 +20,7 @@
 #ifndef HEADER_PINGUS_COL_MAP_HXX
 #define HEADER_PINGUS_COL_MAP_HXX
 
+#include <stdint.h>
 #include "groundtype.hpp"
 
 class CollisionMask;





reply via email to

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