diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-05 22:34:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-05 22:34:06 +0000 |
commit | 01950efe74ac03f228c428b4726f7afcca5d36f0 (patch) | |
tree | a07cc5b1199793565c432d915b0ae2c1aa216ed8 /ace/Timer_Heap_T.h | |
parent | 3da02e5f0119cb5837e49b20ddf78d2b343a4712 (diff) | |
download | ATCD-01950efe74ac03f228c428b4726f7afcca5d36f0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Heap_T.h')
-rw-r--r-- | ace/Timer_Heap_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h index 4c7a7a3be1f..45fb7e26b19 100644 --- a/ace/Timer_Heap_T.h +++ b/ace/Timer_Heap_T.h @@ -18,7 +18,7 @@ #define ACE_TIMER_HEAP_T_H #include "ace/Timer_Queue.h" -#include "ace/Set.h" +#include "ace/Containers.h" // Forward declaration template <class TYPE, class FUNCTOR> |