diff options
Diffstat (limited to 'ace/Timer_Wheel.h')
-rw-r--r-- | ace/Timer_Wheel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Wheel.h b/ace/Timer_Wheel.h index c3e3908306d..e618957ce19 100644 --- a/ace/Timer_Wheel.h +++ b/ace/Timer_Wheel.h @@ -20,6 +20,10 @@ #include "ace/Timer_Wheel_T.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + // The following typedef are here for ease of use and backward // compatibility. |