summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-20 04:53:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-20 04:53:36 +0000
commit217604f2f905ea83cf78804afb9a6995d01a9aba (patch)
treec682c75a4b1e647ef4495b8d2ff2765ff43e7142 /ace/IOStream.h
parent5713b1319823b60f4d49e876645979cc5ada452f (diff)
downloadATCD-217604f2f905ea83cf78804afb9a6995d01a9aba.tar.gz
ot
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h2
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