projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173b5b4
)
Forgot <stdexcept>... again.
author
Christoph Sommer
<mail@christoph-sommer.de>
Thu, 1 Jun 2006 23:00:19 +0000
(23:00 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Thu, 1 Jun 2006 23:00:19 +0000
(23:00 +0000)
SVN-Revision: 3620
src/trigger/switch.cpp
patch
|
blob
|
history
diff --git
a/src/trigger/switch.cpp
b/src/trigger/switch.cpp
index
068b0f4
..
e11a5b6
100644
(file)
--- a/
src/trigger/switch.cpp
+++ b/
src/trigger/switch.cpp
@@
-18,6
+18,7
@@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <config.h>
+#include <stdexcept>
#include "switch.hpp"
#include "object_factory.hpp"