diff options
Diffstat (limited to 'TAO/tao/GIOPC.h')
-rw-r--r-- | TAO/tao/GIOPC.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/GIOPC.h b/TAO/tao/GIOPC.h index d753c94b1c0..89df16d6a7a 100644 --- a/TAO/tao/GIOPC.h +++ b/TAO/tao/GIOPC.h @@ -30,6 +30,7 @@ // should be no such name clashes. #ifndef _TAO_IDL_GIOPC_H_ +#include "ace/pre.h" #define _TAO_IDL_GIOPC_H_ #include "tao/corbafwd.h" @@ -303,4 +304,5 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, GIOP::TargetAddress &); #pragma warning(pop) #endif /* _MSC_VER */ +#include "ace/post.h" #endif /* ifndef */ |