projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16262ff
)
added missing include
author
Christoph Sommer
<mail@christoph-sommer.de>
Mon, 1 May 2006 20:33:37 +0000
(20:33 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Mon, 1 May 2006 20:33:37 +0000
(20:33 +0000)
SVN-Revision: 3483
src/object/sprite_particle.cpp
patch
|
blob
|
history
diff --git
a/src/object/sprite_particle.cpp
b/src/object/sprite_particle.cpp
index
c166253
..
a9341f4
100644
(file)
--- a/
src/object/sprite_particle.cpp
+++ b/
src/object/sprite_particle.cpp
@@
-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"