You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/eduke32/files/eduke32-20200505.8904-gcc10...

14 lines
294 B

This patch fixes compilation with GCC-10.
diff -dru a/source/audiolib/include/music.h b/source/audiolib/include/music.h
--- a/source/audiolib/include/music.h
+++ b/source/audiolib/include/music.h
@@ -38,6 +38,7 @@
#ifdef __linux__
#include <vector>
+#include <string>
typedef struct
{