added missing include
authorChristoph Sommer <mail@christoph-sommer.de>
Mon, 1 May 2006 20:33:37 +0000 (20:33 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Mon, 1 May 2006 20:33:37 +0000 (20:33 +0000)
SVN-Revision: 3483

src/object/sprite_particle.cpp

index c166253..a9341f4 100644 (file)
@@ -18,6 +18,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdexcept>
 #include "sprite_particle.hpp"
 #include "sector.hpp"
 #include "camera.hpp"