freebsd-ports/games/amoebax/files/patch-src_Music.cxx
Dmitry Marakasov 9f5e6c7389 - Fix build with libc++ 3.9
- Regenerate patches

PR:		214648
2016-11-24 16:15:14 +00:00

10 lines
212 B
C++

--- src/Music.cxx.orig 2007-05-27 15:04:33 UTC
+++ src/Music.cxx
@@ -22,6 +22,7 @@
#include <assert.h>
#include <SDL_mixer.h>
#include <stdexcept>
+#include <string>
#include "Music.h"
#include "System.h"