diff options
Diffstat (limited to 'ace/ARGV.h')
-rw-r--r-- | ace/ARGV.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h index d6b0516dbaa..584399cd916 100644 --- a/ace/ARGV.h +++ b/ace/ARGV.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_ARGUMENT_VECTOR_H +#include "ace/pre.h" #define ACE_ARGUMENT_VECTOR_H #include "ace/ACE.h" @@ -151,4 +152,5 @@ private: #include "ace/ARGV.i" #endif /* __ACE_INLINE__ */ +#include "ace/post.h" #endif /* ACE_ARGUMENT_VECTOR_H */ |