Added missing include
authorRyan Flegel <rflegel@gmail.com>
Tue, 25 Apr 2006 04:30:40 +0000 (04:30 +0000)
committerRyan Flegel <rflegel@gmail.com>
Tue, 25 Apr 2006 04:30:40 +0000 (04:30 +0000)
SVN-Revision: 3426

src/object/powerup.cpp

index 09d4d58..1b01e96 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <config.h>
 
+#include <stdexcept>
 #include <math.h>
 #include "powerup.hpp"
 #include "resources.hpp"