diff options
Diffstat (limited to 'ace/Array.h')
-rw-r--r-- | ace/Array.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Array.h b/ace/Array.h index 2b21ea5ee5b..74c6e277216 100644 --- a/ace/Array.h +++ b/ace/Array.h @@ -23,6 +23,10 @@ #include "ace/Containers.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #if defined (__ACE_INLINE__) #include "ace/Containers.i" #endif /* __ACE_INLINE__ */ |