freebsd-ports/devel/libassa/files/patch-examples:logserver:server:MonitorConn.cpp
Ying-Chieh Liao 930e963ab7 fix build on -stable
Noticed by:	bento via kris
2004-01-29 02:08:34 +00:00

12 lines
328 B
C++

--- examples/logserver/server/MonitorConn.cpp.orig Thu Jan 29 08:53:46 2004
+++ examples/logserver/server/MonitorConn.cpp Thu Jan 29 08:54:16 2004
@@ -19,6 +19,9 @@
#include "Conn.h"
#include "LogServer-main.h"
#include "LogServer.h"
+#include <algorithm>
+
+using namespace std;
/** Convert user input to upper case
*/