projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50498b
)
Added missing include
author
Ryan Flegel
<rflegel@gmail.com>
Tue, 25 Apr 2006 04:30:40 +0000
(
04:30
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Tue, 25 Apr 2006 04:30:40 +0000
(
04:30
+0000)
SVN-Revision: 3426
src/object/powerup.cpp
patch
|
blob
|
history
diff --git
a/src/object/powerup.cpp
b/src/object/powerup.cpp
index
09d4d58
..
1b01e96
100644
(file)
--- a/
src/object/powerup.cpp
+++ b/
src/object/powerup.cpp
@@
-19,6
+19,7
@@
#include <config.h>
+#include <stdexcept>
#include <math.h>
#include "powerup.hpp"
#include "resources.hpp"