summaryrefslogtreecommitdiff
path: root/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-03-11 21:29:40 +0000
committerSteve Huston <shuston@riverace.com>2002-03-11 21:29:40 +0000
commit02cb6d5a3b7172169e9b24a65fd8a98ff8e2775a (patch)
treefe931088cc8d95dfde42899c5e048ec70a54f502 /examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp
parent53b200355305e9eab95c5c322dbe0526b4a6210e (diff)
downloadATCD-02cb6d5a3b7172169e9b24a65fd8a98ff8e2775a.tar.gz
ChangeLogTag:Mon Mar 11 16:27:59 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp')
-rw-r--r--examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp b/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp
index debd8cb62e2..965f11a604a 100644
--- a/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp
+++ b/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp
@@ -4,6 +4,7 @@
** Copyright 2001 Addison Wesley. All Rights Reserved.
*/
+#include "ace/Auto_Ptr.h"
#include "ace/FILE_IO.h"
#include "ace/Log_Msg.h"
#include "ace/Sched_Params.h"