Well, this is the location I put the include:
Code:
Index: ucs/clientlist.cpp
===================================================================
--- ucs/clientlist.cpp (revision 642)
+++ ucs/clientlist.cpp (working copy)
@@ -31,6 +31,7 @@
#include "../common/EmuTCPServer.h"
#include <list>
#include <vector>
+#include <algorithm>
#include <string>
#include <cstdlib>
That eliminated the compile errors for me. Perhaps you should look at your c++ library information to see what other includes may be needed. That's how I found the solution that worked for me.