Fixing some more compiler errors in Maverick
authorTobias Markus <tobbi@mozilla-uk.org>
Mon, 28 Oct 2013 23:50:04 +0000 (00:50 +0100)
committerTobias Markus <tobiasmarkus1@tobiass-mbp.fritz.box>
Fri, 24 Jan 2014 21:56:52 +0000 (22:56 +0100)
src/audio/sound_error.hpp
src/scripting/squirrel_error.hpp

index c739584..97ed62c 100644 (file)
@@ -18,6 +18,7 @@
 #define HEADER_SUPERTUX_AUDIO_SOUND_ERROR_HPP
 
 #include <stdexcept>
+#include <string>
 
 class SoundError : public std::exception
 {
index bdeb0e3..1191b5f 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <squirrel.h>
 #include <stdexcept>
+#include <string>
 
 namespace scripting {