diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/amoebax/files/patch-src-Music.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/amoebax/files/patch-src-Music.cxx b/games/amoebax/files/patch-src-Music.cxx new file mode 100644 index 000000000000..02c62e6d7229 --- /dev/null +++ b/games/amoebax/files/patch-src-Music.cxx @@ -0,0 +1,10 @@ +--- src/Music.cxx.orig 2007-05-27 19:04:33.000000000 +0400 ++++ src/Music.cxx 2013-09-13 22:00:04.632230761 +0400 +@@ -22,6 +22,7 @@ + #include <assert.h> + #include <SDL_mixer.h> + #include <stdexcept> ++#include <string> + #include "Music.h" + #include "System.h" + |