diff options
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r-- | ace/Handle_Set.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h index 59662920575..68822bf5097 100644 --- a/ace/Handle_Set.h +++ b/ace/Handle_Set.h @@ -19,6 +19,10 @@ #include "ace/ACE.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class ACE_Export ACE_Handle_Set { // = TITLE |