diff options
author | Steve Huston <shuston@riverace.com> | 2004-01-05 22:57:06 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-01-05 22:57:06 +0000 |
commit | 609156532da2e007f86c3ae7fbf81360d543e0e5 (patch) | |
tree | 90824cdb413f254ae25137e960e6a284997af4df /tests/Process_Strategy_Test.cpp | |
parent | 54e734cf983d70a36d0aa9124b9fa2b24b9fa705 (diff) | |
download | ATCD-609156532da2e007f86c3ae7fbf81360d543e0e5.tar.gz |
ChangeLogTag:Mon Jan 5 17:51:36 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r-- | tests/Process_Strategy_Test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp index 4f671697ff5..3c154c66593 100644 --- a/tests/Process_Strategy_Test.cpp +++ b/tests/Process_Strategy_Test.cpp @@ -42,10 +42,13 @@ #include "ace/Acceptor.h" #include "ace/Handle_Set.h" #include "ace/Get_Opt.h" +#include "ace/Null_Condition.h" +#include "ace/Null_Mutex.h" #include "ace/SOCK_Acceptor.h" #include "ace/SOCK_Connector.h" #include "ace/Strategies_T.h" #include "ace/Singleton.h" +#include "ace/Synch_Traits.h" #include "ace/File_Lock.h" // Counting_Service and Options in here |