diff options
Diffstat (limited to 'games/asc/files/patch-tools-groupfile.cpp')
-rw-r--r-- | games/asc/files/patch-tools-groupfile.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/asc/files/patch-tools-groupfile.cpp b/games/asc/files/patch-tools-groupfile.cpp new file mode 100644 index 000000000000..efc88164b108 --- /dev/null +++ b/games/asc/files/patch-tools-groupfile.cpp @@ -0,0 +1,10 @@ +--- 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) { |