From 41419d49a617ace7a3b981521c6a79f4e3602fe4 Mon Sep 17 00:00:00 2001 From: coryan Date: Sat, 18 Oct 1997 03:05:03 +0000 Subject: ChangeLogTag:Fri Oct 17 21:58:04 1997 Carlos O'Ryan --- ace/Timer_Queue.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ace/Timer_Queue.cpp') diff --git a/ace/Timer_Queue.cpp b/ace/Timer_Queue.cpp index ff6471efdf8..9957d730563 100644 --- a/ace/Timer_Queue.cpp +++ b/ace/Timer_Queue.cpp @@ -9,6 +9,10 @@ #include "ace/Containers.h" #include "ace/Timer_Queue.h" +#if defined (ACE_HPUX_BROKEN_TEMPLATES) +#include "ace/Timer_Queue_T.cpp" +#endif /* ACE_HPUX_BROKEN_TEMPLATES */ + #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class ACE_Unbounded_Set *>; template class ACE_Node *>; -- cgit v1.2.1