summaryrefslogtreecommitdiff
path: root/ace/Task_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-09 09:15:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-09 09:15:15 +0000
commitaf128a3939de2eb9357fb7af01d4368780d9d542 (patch)
treece73734961c8345b486f105fd93ae4e84f43256a /ace/Task_T.cpp
parentf0c080fdc364d753e4858872160be9e46c9c72ee (diff)
downloadATCD-af128a3939de2eb9357fb7af01d4368780d9d542.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r--ace/Task_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index 898306a9136..dbeee24fbed 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -6,9 +6,9 @@
#define ACE_BUILD_DLL
#include "ace/Task_T.h"
-#if !defined(HPUX) || defined(__GNUG_)
+#if !defined (HPUX) || defined (__GNUG_) || defined (ACE_HAS_BROKEN_HPUX_TEMPLATES)
#include "ace/Module.h"
-#endif /* !defined(HPUX) || defined(__GNUG__) */
+#endif /* !defined (HPUX) || defined (__GNUG__) || defined (ACE_HAS_BROKEN_HPUX_TEMPLATES) */
#include "ace/Service_Config.h"
#if !defined (__ACE_INLINE__)