forgot stdint.h
authorMatthias Braun <matze@braunis.de>
Sun, 30 May 2004 17:54:23 +0000 (17:54 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 30 May 2004 17:54:23 +0000 (17:54 +0000)
SVN-Revision: 1367

src/tile.h

index c466db2..d8a86ea 100644 (file)
@@ -24,6 +24,7 @@
 #include <set>
 #include <map>
 #include <vector>
+#include <stdint.h>
 #include "screen/texture.h"
 #include "globals.h"
 #include "lispreader.h"