diff options
Diffstat (limited to 'ace/Auto_Ptr.h')
-rw-r--r-- | ace/Auto_Ptr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Auto_Ptr.h b/ace/Auto_Ptr.h index d08058cd29e..17da0e8fa6a 100644 --- a/ace/Auto_Ptr.h +++ b/ace/Auto_Ptr.h @@ -17,6 +17,7 @@ // ============================================================================ #ifndef ACE_AUTO_PTR_H +#include "ace/pre.h" #define ACE_AUTO_PTR_H #include "ace/ACE.h" @@ -156,4 +157,5 @@ public: #pragma implementation ("Auto_Ptr.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ +#include "ace/post.h" #endif /* ACE_AUTO_PTR_H */ |