diff options
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r-- | ace/config-hpux-10.x-g++.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h index 06105880292..662f2500aeb 100644 --- a/ace/config-hpux-10.x-g++.h +++ b/ace/config-hpux-10.x-g++.h @@ -5,6 +5,7 @@ // platforms running HP/UX 10.x using G++. #ifndef ACE_CONFIG_H +#include "ace/pre.h" #define ACE_CONFIG_H // config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so @@ -23,4 +24,5 @@ #include "ace/config-hpux-10.x.h" +#include "ace/post.h" #endif /* ACE_CONFIG_H */ |