1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/games/openxcom/files/patch-src_Menu_ListLoadState.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
366 B
C++

--- src/Menu/ListLoadState.cpp.orig 2019-08-03 22:27:50 UTC
+++ src/Menu/ListLoadState.cpp
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with OpenXcom. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <algorithm>
#include "ListLoadState.h"
#include "../Engine/Game.h"
#include "../Engine/Language.h"