Add header to fix "invalid use of incomplete type class Controller".

r11740 added sound effect and uses kart->getController().


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11747 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2012-10-23 03:09:40 +00:00
parent 197a5224ef
commit 1006d04cf5

View File

@ -26,6 +26,7 @@
#include "items/rubber_band.hpp"
#include "items/projectile_manager.hpp"
#include "karts/abstract_kart.hpp"
#include "karts/controller/controller.hpp"
#include "karts/kart_properties.hpp"
#include "modes/world.hpp"
#include "physics/physical_object.hpp"