projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16feed7
)
forgot stdint.h
author
Matthias Braun
<matze@braunis.de>
Sun, 30 May 2004 17:54:23 +0000
(17:54 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 30 May 2004 17:54:23 +0000
(17:54 +0000)
SVN-Revision: 1367
src/tile.h
patch
|
blob
|
history
diff --git
a/src/tile.h
b/src/tile.h
index
c466db2
..
d8a86ea
100644
(file)
--- a/
src/tile.h
+++ b/
src/tile.h
@@
-24,6
+24,7
@@
#include <set>
#include <map>
#include <vector>
+#include <stdint.h>
#include "screen/texture.h"
#include "globals.h"
#include "lispreader.h"