diff options
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Factory.h')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Factory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/DIOP_Factory.h b/TAO/tao/Strategies/DIOP_Factory.h index 73e849fe457..5b0313bef84 100644 --- a/TAO/tao/Strategies/DIOP_Factory.h +++ b/TAO/tao/Strategies/DIOP_Factory.h @@ -13,9 +13,10 @@ #ifndef TAO_DIOP_FACTORY_H #define TAO_DIOP_FACTORY_H + #include /**/ "ace/pre.h" -#include "tao/corbafwd.h" +#include "tao/orbconf.h" #if defined (TAO_HAS_DIOP) && (TAO_HAS_DIOP != 0) @@ -78,4 +79,5 @@ ACE_FACTORY_DECLARE (TAO_Strategies, TAO_DIOP_Protocol_Factory) #endif /* TAO_HAS_DIOP && TAO_HAS_DIOP != 0 */ #include /**/ "ace/post.h" + #endif /* TAO_DIOP_FACTORY_H */ |