aboutsummaryrefslogtreecommitdiff
path: root/games/openxcom/files/patch-src_Menu_ListGamesState.cpp
blob: 52fc4dd7ce537d6d4c53032e126b3cd5b4c61c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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"