// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+#include "trigger/door.hpp"
+
+#include <sstream>
+
#include "audio/sound_manager.hpp"
#include "object/player.hpp"
#include "sprite/sprite_manager.hpp"
#include "supertux/game_session.hpp"
#include "supertux/object_factory.hpp"
#include "supertux/sector.hpp"
-#include "trigger/door.hpp"
#include "util/reader.hpp"
Door::Door(const Reader& reader) :
#define HEADER_SUPERTUX_TRIGGER_DOOR_HPP
#include "sprite/sprite.hpp"
+#include "supertux/timer.hpp"
#include "trigger/trigger_base.hpp"
class Player;