summaryrefslogtreecommitdiff
path: root/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch
blob: ff820f44946be1e72b8baf81f17bce3f25b6ae51 (plain)
1
2
3
4
5
6
7
8
9
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;