summaryrefslogtreecommitdiff
path: root/src/animationparticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animationparticle.cpp')
-rw-r--r--src/animationparticle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animationparticle.cpp b/src/animationparticle.cpp
index de8fb68fb..fbe0e29df 100644
--- a/src/animationparticle.cpp
+++ b/src/animationparticle.cpp
@@ -25,6 +25,8 @@
#include "graphics.h"
#include "simpleanimation.h"
+#include "debug.h"
+
AnimationParticle::AnimationParticle(Map *map, Animation *animation):
ImageParticle(map, 0),
mAnimation(new SimpleAnimation(animation))