Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8191
Modified Files:
tile.h
Log Message:
forgot stdint.h
Index: tile.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/tile.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- tile.h 30 May 2004 12:57:56 -0000 1.24
+++ tile.h 30 May 2004 17:54:23 -0000 1.25
@@ -24,6 +24,7 @@
#include <set>
#include <map>
#include <vector>
+#include <stdint.h>
#include "screen/texture.h"
#include "globals.h"
#include "lispreader.h"
|