diff options
Diffstat (limited to 'tests/Svc_Handler_Test.cpp')
-rw-r--r-- | tests/Svc_Handler_Test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Svc_Handler_Test.cpp b/tests/Svc_Handler_Test.cpp index 60f9cba1b55..8b2eb68d0b7 100644 --- a/tests/Svc_Handler_Test.cpp +++ b/tests/Svc_Handler_Test.cpp @@ -21,7 +21,10 @@ #include "test_config.h" #include "ace/OS_NS_string.h" #include "ace/FILE_Connector.h" +#include "ace/Null_Condition.h" +#include "ace/Null_Mutex.h" #include "ace/Svc_Handler.h" +#include "ace/Synch_Traits.h" ACE_RCSID(tests, Svc_Handler_Test, "$Id$") |