Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / igel.cpp
index 60bb104..cd37105 100644 (file)
@@ -24,6 +24,9 @@
 #include "sector.hpp"
 #include "object/bullet.hpp"
 
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+
 namespace {
   const float WALKSPEED = 80; /**< speed at which we walk around */
   const float TURN_RECOVER_TIME = 0.5; /**< seconds before we will again turn around when shot at */