diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-20 04:53:36 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-20 04:53:36 +0000 |
commit | 217604f2f905ea83cf78804afb9a6995d01a9aba (patch) | |
tree | c682c75a4b1e647ef4495b8d2ff2765ff43e7142 /ace/IOStream.h | |
parent | 5713b1319823b60f4d49e876645979cc5ada452f (diff) | |
download | ATCD-217604f2f905ea83cf78804afb9a6995d01a9aba.tar.gz |
ot
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r-- | ace/IOStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h index c0114c037ac..9ebe978ac18 100644 --- a/ace/IOStream.h +++ b/ace/IOStream.h @@ -23,7 +23,7 @@ #include "ace/OS.h" #include <iomanip.h> -#if defined (__GNUC__) +#if defined (__GNUC__) && !defined (CHORUS) #include <String.h> class QuotedString : public String |