diff options
Diffstat (limited to 'games-simulation/corsix-th/files')
-rw-r--r-- | games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch b/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch new file mode 100644 index 000000000000..ff820f44946b --- /dev/null +++ b/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch @@ -0,0 +1,10 @@ +--- a/CorsixTH/Src/th_lua_map.cpp ++++ b/CorsixTH/Src/th_lua_map.cpp +@@ -26,6 +26,7 @@ SOFTWARE. + #include <cstring> + #include <string> + #include <exception> ++#include <stdexcept> /* std::out_of_range */ + + static const int player_max = 4; + |