From 406d3b129913cd9ca7813e7fe2b785d9bc7c5bb4 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Tue, 29 Oct 2013 00:50:04 +0100 Subject: [PATCH] Fixing some more compiler errors in Maverick --- src/audio/sound_error.hpp | 1 + src/scripting/squirrel_error.hpp | 1 + 2 files changed, 2 insertions(+) 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 { -- 2.11.0