diff options
Diffstat (limited to 'TAO/tao/qt_resource.h')
-rw-r--r-- | TAO/tao/qt_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/qt_resource.h b/TAO/tao/qt_resource.h index 13010477294..50944d0cb7e 100644 --- a/TAO/tao/qt_resource.h +++ b/TAO/tao/qt_resource.h @@ -14,6 +14,7 @@ // integrated in to TAO by Balachandran Natarajan <bala@cs.wustl.edu> // ============================================================================ #ifndef _TAO_QTRESOURCE_H +#include "ace/pre.h" #define _TAO_QTRESOURCE_H #include "tao/default_resource.h" @@ -58,4 +59,5 @@ ACE_STATIC_SVC_DECLARE( TAO_QtResource_Factory ) ACE_FACTORY_DECLARE ( TAO, TAO_QtResource_Factory ) #endif /*ACE_HAS_QT */ +#include "ace/post.h" #endif /* QTRESOURCE_H */ |