fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / trigger / switch.cpp
index 068b0f4..49205fb 100644 (file)
@@ -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"
@@ -110,4 +111,3 @@ Switch::event(Player& , EventType type)
 }
 
 IMPLEMENT_FACTORY(Switch, "switch");
-