1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/asc/files/patch-tools-groupfile.cpp
Pav Lucistnik 0fa3851c92 - Update to 1.15.1
PR:		ports/73390
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
Approved by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2004-11-14 16:57:05 +00:00

11 lines
408 B
C++

--- source/tools/groupfile.cpp.orig Sat Oct 30 21:00:02 2004
+++ source/tools/groupfile.cpp Sat Oct 30 21:14:57 2004
@@ -15,6 +15,7 @@
* *
***************************************************************************/
#include "groupfile.h"
+#include <algorithm>
bool lessCat(AbstractEntry const * a, AbstractEntry const * b) {