aa9dba3f84
PR: ports/102936 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
11 lines
315 B
C++
11 lines
315 B
C++
--- examples/logserver/server/MonitorConn.cpp.orig Thu Jul 20 10:30:55 2006
|
|
+++ examples/logserver/server/MonitorConn.cpp Thu Sep 7 16:18:01 2006
|
|
@@ -20,6 +20,8 @@
|
|
#include "LogServer-main.h"
|
|
#include "LogServer.h"
|
|
|
|
+#include <algorithm>
|
|
+
|
|
/** Convert user input to upper case
|
|
*/
|
|
template <class T>
|