diff options
author | Steve Huston <shuston@riverace.com> | 2002-05-25 03:34:37 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-05-25 03:34:37 +0000 |
commit | 404c39742ba766d6a34099396eccbde241c2920e (patch) | |
tree | 9d98751230cfa41fef88065ced2c0a8e9bc8a891 /examples | |
parent | 74e06bd174a277ee6b185bda93473097165629db (diff) | |
download | ATCD-404c39742ba766d6a34099396eccbde241c2920e.tar.gz |
no message
Diffstat (limited to 'examples')
-rw-r--r-- | examples/C++NPv2/TP_Reactor_Logging_Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/C++NPv2/TP_Reactor_Logging_Server.cpp b/examples/C++NPv2/TP_Reactor_Logging_Server.cpp index 57d7074c228..16498136b94 100644 --- a/examples/C++NPv2/TP_Reactor_Logging_Server.cpp +++ b/examples/C++NPv2/TP_Reactor_Logging_Server.cpp @@ -5,6 +5,7 @@ */ #include "ace/streams.h" +#include "ace/Auto_Ptr.h" #include "ace/Reactor.h" #include "ace/TP_Reactor.h" #include "ace/Thread_Manager.h" |