diff options
Diffstat (limited to 'TAO/tao/UIOP_Factory.h')
-rw-r--r-- | TAO/tao/UIOP_Factory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/UIOP_Factory.h b/TAO/tao/UIOP_Factory.h index aa79e57a1af..3c0a4d759dc 100644 --- a/TAO/tao/UIOP_Factory.h +++ b/TAO/tao/UIOP_Factory.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef TAO_UIOP_FACTORY_H +#include "ace/pre.h" #define TAO_UIOP_FACTORY_H #include "tao/Protocol_Factory.h" @@ -66,4 +67,5 @@ ACE_FACTORY_DECLARE (TAO, TAO_UIOP_Protocol_Factory) # endif /* TAO_HAS_UIOP == 1 */ +#include "ace/post.h" #endif /* TAO_UIOP_FACTORY_H */ |