diff options
Diffstat (limited to 'ace/Timer_Hash.h')
-rw-r--r-- | ace/Timer_Hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Timer_Hash.h b/ace/Timer_Hash.h index 6d9b73740ca..c511414e39d 100644 --- a/ace/Timer_Hash.h +++ b/ace/Timer_Hash.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_TIMER_HASH_H +#include "ace/pre.h" #define ACE_TIMER_HASH_H #include "ace/Timer_Hash_T.h" @@ -69,4 +70,5 @@ typedef ACE_Timer_Hash_Iterator_T<ACE_Event_Handler *, ACE_Hash_Timer_Heap> ACE_Timer_Hash_Heap_Iterator; +#include "ace/post.h" #endif /* ACE_TIMER_HASH_H */ |