Seems like I forgot an include
authorChristoph Sommer <mail@christoph-sommer.de>
Fri, 12 May 2006 22:43:12 +0000 (22:43 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Fri, 12 May 2006 22:43:12 +0000 (22:43 +0000)
SVN-Revision: 3508

src/object/moving_sprite.cpp

index 3b3e7d7..193d856 100644 (file)
@@ -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"