summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2772_Regression_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Bug_2772_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2772_Regression_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/tests/Bug_2772_Regression_Test.cpp b/ACE/tests/Bug_2772_Regression_Test.cpp
index 14c948de6d7..f2a98427128 100644
--- a/ACE/tests/Bug_2772_Regression_Test.cpp
+++ b/ACE/tests/Bug_2772_Regression_Test.cpp
@@ -16,6 +16,9 @@
#include "ace/Condition_Recursive_Thread_Mutex.h"
#include "ace/Thread.h"
+// *NOTE*: explicit template instantiation required here...
+template class ACE_Condition<ACE_Recursive_Thread_Mutex>;
+
class ThreadTest
{
public: