diff options
Diffstat (limited to 'TAO/tao/DynStruct_i.h')
-rw-r--r-- | TAO/tao/DynStruct_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/DynStruct_i.h b/TAO/tao/DynStruct_i.h index 4ac52eb4aae..a0a28db908b 100644 --- a/TAO/tao/DynStruct_i.h +++ b/TAO/tao/DynStruct_i.h @@ -15,6 +15,7 @@ // ======================================================================== #ifndef TAO_DYNSTRUCT_I_H +#include "ace/pre.h" #define TAO_DYNSTRUCT_I_H #include "tao/orbconf.h" @@ -211,4 +212,5 @@ private: #endif /* TAO_HAS_MINIMUM_CORBA */ +#include "ace/post.h" #endif /* TAO_DYNSTRUCT_I_H */ |