diff options
Diffstat (limited to 'ace/Map_T.h')
-rw-r--r-- | ace/Map_T.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Map_T.h b/ace/Map_T.h index 88b35feef50..f873b3f2a3c 100644 --- a/ace/Map_T.h +++ b/ace/Map_T.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_MAP_T_H +#include "ace/pre.h" #define ACE_MAP_T_H #include "ace/Map.h" @@ -1434,4 +1435,5 @@ private: #pragma implementation ("Map_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ +#include "ace/post.h" #endif /* ACE_MAP_T_H */ |