diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-09 09:15:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-09 09:15:15 +0000 |
commit | af128a3939de2eb9357fb7af01d4368780d9d542 (patch) | |
tree | ce73734961c8345b486f105fd93ae4e84f43256a /ace/Task_T.cpp | |
parent | f0c080fdc364d753e4858872160be9e46c9c72ee (diff) | |
download | ATCD-af128a3939de2eb9357fb7af01d4368780d9d542.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r-- | ace/Task_T.cpp | 4 |
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__) |