Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / smartball.cpp
index b8be2b9..ed5589f 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "smartball.hpp"
 
+#include "object_factory.hpp"
+#include "sprite/sprite.hpp"
+
 SmartBall::SmartBall(const lisp::Lisp& reader)
   : WalkingBadguy(reader, "images/creatures/snowball/smart-snowball.sprite", "left", "right")
 {