diff options
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r-- | TAO/tao/Wait_Strategy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h index 73b4bdcafb7..4a083497456 100644 --- a/TAO/tao/Wait_Strategy.h +++ b/TAO/tao/Wait_Strategy.h @@ -18,6 +18,7 @@ // ============================================================================ #ifndef TAO_WAIT_STRATEGY_H +#include "ace/pre.h" #define TAO_WAIT_STRATEGY_H #include "tao/corbafwd.h" @@ -269,4 +270,5 @@ public: virtual int register_handler (void); }; +#include "ace/post.h" #endif /* TAO_WAIT_STRATEGY_H */ |