diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-10 17:31:04 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-10 17:31:04 +0000 |
commit | 43c98ad6cf595d7ab41a8e996ee089c7e64ed166 (patch) | |
tree | bfddec3443dcf750edf48e94f52ffffb704a6048 /ace/Timer_Hash.h | |
parent | 505e41d8053ef2addce597d8ae9f3eb1cff8418a (diff) | |
download | ATCD-43c98ad6cf595d7ab41a8e996ee089c7e64ed166.tar.gz |
Added include for Timer_Heap
Diffstat (limited to 'ace/Timer_Hash.h')
-rw-r--r-- | ace/Timer_Hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Timer_Hash.h b/ace/Timer_Hash.h index d3f465373d4..d7362627e47 100644 --- a/ace/Timer_Hash.h +++ b/ace/Timer_Hash.h @@ -17,6 +17,7 @@ #define ACE_TIMER_HASH_H #include "ace/Timer_Hash_T.h" +#include "ace/Timer_Heap_T.h" #include "ace/Timer_List_T.h" // The following typedef are here for ease of use |