diff options
Diffstat (limited to 'TAO/tao/Operation_Table.h')
-rw-r--r-- | TAO/tao/Operation_Table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Operation_Table.h b/TAO/tao/Operation_Table.h index f2b76ee0d74..6e4b8e08491 100644 --- a/TAO/tao/Operation_Table.h +++ b/TAO/tao/Operation_Table.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef TAO_OPTABLE_H +#include "ace/pre.h" #define TAO_OPTABLE_H #include "ace/Hash_Map_Manager.h" @@ -336,4 +337,5 @@ typedef ACE_Singleton<TAO_Operation_Table_Factory, ACE_SYNCH_RECURSIVE_MUTEX> TAO_OP_TABLE_FACTORY; +#include "ace/post.h" #endif /* TAO_OPTABLE_H */ |