diff options
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index fd6f82687f1..44f313c6c3f 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -19,6 +19,7 @@ // ============================================================================ #ifndef TAO_ORB_H +#include "ace/pre.h" #define TAO_ORB_H #include "tao/corbafwd.h" @@ -900,4 +901,5 @@ operator>> (istream &, CORBA::WString_out &); # include "tao/ORB.i" #endif /* __ACE_INLINE__ */ +#include "ace/post.h" #endif /* TAO_ORB_H */ |