Random stuff that I should have committed ages ago.
[supertux.git] / src / object / trampoline.cpp
index 8291072..1f303f8 100644 (file)
@@ -24,7 +24,9 @@
 #include "player.hpp"
 #include "audio/sound_manager.hpp"
 #include "sprite/sprite_manager.hpp"
+#include "sprite/sprite.hpp"
 #include "badguy/walking_badguy.hpp"
+#include "control/controller.hpp"
 
 /* Trampoline will accelerate player to to VY_INITIAL, if
  * he jumps on it to VY_MIN. */