summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-05 22:34:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-05 22:34:06 +0000
commit01950efe74ac03f228c428b4726f7afcca5d36f0 (patch)
treea07cc5b1199793565c432d915b0ae2c1aa216ed8 /ace/Timer_Heap_T.h
parent3da02e5f0119cb5837e49b20ddf78d2b343a4712 (diff)
downloadATCD-01950efe74ac03f228c428b4726f7afcca5d36f0.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Heap_T.h')
-rw-r--r--ace/Timer_Heap_T.h2
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>