diff options
Diffstat (limited to 'ace/Dump.h')
-rw-r--r-- | ace/Dump.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Dump.h b/ace/Dump.h index 1bb165d0eb9..689811ade6b 100644 --- a/ace/Dump.h +++ b/ace/Dump.h @@ -49,6 +49,7 @@ // ============================================================================ #ifndef ACE_DUMP_H +#include "ace/pre.h" #define ACE_DUMP_H #include "ace/Synch.h" @@ -153,4 +154,5 @@ private: // Include the templates classes at this point. #include "ace/Dump_T.h" +#include "ace/post.h" #endif /* ACE_DUMP_H */ |