diff options
Diffstat (limited to 'tests/Cached_Allocator_Test.cpp')
-rw-r--r-- | tests/Cached_Allocator_Test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Cached_Allocator_Test.cpp b/tests/Cached_Allocator_Test.cpp index e6836fc7ccf..dabbf289cd0 100644 --- a/tests/Cached_Allocator_Test.cpp +++ b/tests/Cached_Allocator_Test.cpp @@ -22,6 +22,9 @@ ACE_RCSID(tests, Cached_Allocator_Test, "$Id$") +#include "ace/Synch_Traits.h" +#include "ace/Null_Mutex.h" + typedef ACE_Dynamic_Cached_Allocator<ACE_SYNCH_NULL_MUTEX> DYNAMIC_ALLOCATOR; static int |