Skip to content

Commit

Permalink
Fixing some more compiler errors in Maverick
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Oct 28, 2013
1 parent b9a4e19 commit 406d3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/sound_error.hpp
Expand Up @@ -18,6 +18,7 @@
#define HEADER_SUPERTUX_AUDIO_SOUND_ERROR_HPP

#include <stdexcept>
#include <string>

class SoundError : public std::exception
{
Expand Down
1 change: 1 addition & 0 deletions src/scripting/squirrel_error.hpp
Expand Up @@ -19,6 +19,7 @@

#include <squirrel.h>
#include <stdexcept>
#include <string>

namespace scripting {

Expand Down

0 comments on commit 406d3b1

Please sign in to comment.