diff options
Diffstat (limited to 'ace/Hash_Cache_Map_Manager_T.h')
-rw-r--r-- | ace/Hash_Cache_Map_Manager_T.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Hash_Cache_Map_Manager_T.h b/ace/Hash_Cache_Map_Manager_T.h index 5958fdfb349..6192e3df89b 100644 --- a/ace/Hash_Cache_Map_Manager_T.h +++ b/ace/Hash_Cache_Map_Manager_T.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef HASH_CACHE_MAP_MANAGER_T_H +#include "ace/pre.h" #define HASH_CACHE_MAP_MANAGER_T_H #include "ace/Hash_Map_Manager_T.h" @@ -194,4 +195,5 @@ protected: #pragma implementation ("Hash_Cache_Map_Manager_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ +#include "ace/post.h" #endif /* HASH_CACHE_MAP_MANAGER_T_H */ |