Random stuff that I should have committed ages ago.
[supertux.git] / src / object / scripted_object.cpp
index eadcc43..13e5f5f 100644 (file)
@@ -27,6 +27,7 @@
 #include "resources.hpp"
 #include "object_factory.hpp"
 #include "math/vector.hpp"
+#include "sprite/sprite.hpp"
 
 ScriptedObject::ScriptedObject(const lisp::Lisp& lisp)
   : MovingSprite(lisp, LAYER_OBJECTS, COLGROUP_MOVING_STATIC),