From: Tobias Markus Date: Mon, 28 Oct 2013 23:50:04 +0000 (+0100) Subject: Fixing some more compiler errors in Maverick X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=406d3b129913cd9ca7813e7fe2b785d9bc7c5bb4;p=supertux.git Fixing some more compiler errors in Maverick --- diff --git a/src/audio/sound_error.hpp b/src/audio/sound_error.hpp index c739584af..97ed62c85 100644 --- a/src/audio/sound_error.hpp +++ b/src/audio/sound_error.hpp @@ -18,6 +18,7 @@ #define HEADER_SUPERTUX_AUDIO_SOUND_ERROR_HPP #include +#include class SoundError : public std::exception { diff --git a/src/scripting/squirrel_error.hpp b/src/scripting/squirrel_error.hpp index bdeb0e3ff..1191b5fbb 100644 --- a/src/scripting/squirrel_error.hpp +++ b/src/scripting/squirrel_error.hpp @@ -19,6 +19,7 @@ #include #include +#include namespace scripting {