diff options
Diffstat (limited to 'TAO/tao/PollableS.h')
-rw-r--r-- | TAO/tao/PollableS.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/PollableS.h b/TAO/tao/PollableS.h index abc0d4c079a..1c1cdfff95e 100644 --- a/TAO/tao/PollableS.h +++ b/TAO/tao/PollableS.h @@ -18,6 +18,7 @@ // ================================================================ #ifndef TAO_IDL_POLLABLES_H +#include "ace/pre.h" #define TAO_IDL_POLLABLES_H #include "tao/PollableC.h" @@ -238,4 +239,5 @@ TAO_NAMESPACE_CLOSE #endif /* TAO_HAS_CORBA_MESSAGING == 1 && TAO_HAS_AMI_POLLER == 1 */ +#include "ace/post.h" #endif /* ifndef */ |