diff options
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index fa3ba07eb0e..8fdca0d39e5 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -23,6 +23,10 @@ #include "ace/Obstack.h" #include "ace/Service_Config.h" #include "ace/Parse_Node.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ #if defined (DEBUGGING) #if defined (ACE_YY_DECL) |