diff options
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r-- | ace/Time_Value.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h index 53a46b9244a..05c2c8a74e1 100644 --- a/ace/Time_Value.h +++ b/ace/Time_Value.h @@ -22,4 +22,8 @@ #include "ace/OS.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #endif /* ACE_TIME_VALUE */ |