diff options
Diffstat (limited to 'ace/SPIPE.h')
-rw-r--r-- | ace/SPIPE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SPIPE.h b/ace/SPIPE.h index 1d7cac465dc..b22f2e78b01 100644 --- a/ace/SPIPE.h +++ b/ace/SPIPE.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_SPIPE_H +#include "ace/pre.h" #define ACE_SPIPE_H #include "ace/IPC_SAP.h" @@ -64,4 +65,5 @@ protected: #include "ace/SPIPE.i" #endif +#include "ace/post.h" #endif /* ACE_SPIPE_H */ |