projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49abe09
)
Seems like I forgot an include
author
Christoph Sommer
<mail@christoph-sommer.de>
Fri, 12 May 2006 22:43:12 +0000
(22:43 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Fri, 12 May 2006 22:43:12 +0000
(22:43 +0000)
SVN-Revision: 3508
src/object/moving_sprite.cpp
patch
|
blob
|
history
diff --git
a/src/object/moving_sprite.cpp
b/src/object/moving_sprite.cpp
index
3b3e7d7
..
193d856
100644
(file)
--- a/
src/object/moving_sprite.cpp
+++ b/
src/object/moving_sprite.cpp
@@
-18,6
+18,7
@@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <config.h>
+#include <stdexcept>
#include "moving_sprite.hpp"
#include "video/drawing_context.hpp"