summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-05 01:14:34 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-05 01:14:34 +0000
commit89c77c1abe46752ea9e27c6274fdce4950988dcc (patch)
tree1e196905e9adad0c2b18587ea7176c0a638494f7 /ace/Timer_Queue_Adapters.cpp
parentfa3eba111369e343a2dd5984f3596e7cd4709225 (diff)
downloadATCD-89c77c1abe46752ea9e27c6274fdce4950988dcc.tar.gz
ChangeLogTag:Tue Aug 5 01:17:55 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Timer_Queue_Adapters.cpp')
-rw-r--r--ace/Timer_Queue_Adapters.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Timer_Queue_Adapters.cpp b/ace/Timer_Queue_Adapters.cpp
index 00d5723d80a..14113b5844c 100644
--- a/ace/Timer_Queue_Adapters.cpp
+++ b/ace/Timer_Queue_Adapters.cpp
@@ -15,6 +15,8 @@ ACE_RCSID(ace, Timer_Queue_Adapters, "$Id$")
# include "ace/Timer_Queue_Adapters.i"
# endif /* __ACE_INLINE__ */
+#include "ace/Condition_Recursive_Thread_Mutex.h"
+
template <class TQ> TQ &
ACE_Async_Timer_Queue_Adapter<TQ>::timer_queue (void)
{