ports/games/openxcom/files/patch-src_Menu_ListGamesState.cpp
Dmitry Marakasov d40af1dc45 - Fix build with GCC-based architectures
PR:		239633
Submitted by:	pkubaj@FreeBSD.org
2019-08-14 17:14:23 +00:00

10 lines
324 B
C++

--- src/Menu/ListGamesState.cpp.orig 2019-08-03 22:29:28 UTC
+++ src/Menu/ListGamesState.cpp
@@ -17,6 +17,7 @@
* along with OpenXcom. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ListGamesState.h"
+#include <algorithm>
#include <utility>
#include "../Engine/Logger.h"
#include "../Savegame/SavedGame.h"