diff options
Diffstat (limited to 'ace/Functor_T.h')
-rw-r--r-- | ace/Functor_T.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Functor_T.h b/ace/Functor_T.h index 5cfd4a5601f..564e07e007a 100644 --- a/ace/Functor_T.h +++ b/ace/Functor_T.h @@ -34,6 +34,7 @@ // ============================================================================ #ifndef ACE_FUNCTOR_T_H +#include "ace/pre.h" #define ACE_FUNCTOR_T_H #include "ace/Functor.h" @@ -140,4 +141,5 @@ public: #pragma implementation ("Functor_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ +#include "ace/post.h" #endif /* ACE_FUNCTOR_T_H */ |