diff options
Diffstat (limited to 'TAO/tao/Services.h')
-rw-r--r-- | TAO/tao/Services.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Services.h b/TAO/tao/Services.h index d055ef7d807..1b19a42ba86 100644 --- a/TAO/tao/Services.h +++ b/TAO/tao/Services.h @@ -16,6 +16,7 @@ // ============================================================================ #ifndef TAO_SERVICES_H +#include "ace/pre.h" #define TAO_SERVICES_H #include "tao/Sequence.h" @@ -545,4 +546,5 @@ CORBA::Boolean operator>> (TAO_InputCDR &, CORBA_ServiceInformation::_tao_seq_S #pragma warning(pop) #endif /* _MSC_VER */ +#include "ace/post.h" #endif /* TAO_SERVICES_H */ |