mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0fa3851c92
PR: ports/73390 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
11 lines
408 B
C++
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) {
|