diff options
Diffstat (limited to 'TAO/tao/UIOP_Profile.h')
-rw-r--r-- | TAO/tao/UIOP_Profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/UIOP_Profile.h b/TAO/tao/UIOP_Profile.h index 9a4c1749a5a..563e35e5d20 100644 --- a/TAO/tao/UIOP_Profile.h +++ b/TAO/tao/UIOP_Profile.h @@ -19,6 +19,7 @@ // ============================================================================ #ifndef TAO_UIOP_PROFILE_H +#include "ace/pre.h" #define TAO_UIOP_PROFILE_H #include "tao/Profile.h" @@ -166,4 +167,5 @@ private: # endif /* TAO_HAS_UIOP == 1 */ +#include "ace/post.h" #endif /* TAO_UIOP_PROFILE_H */ |