summaryrefslogtreecommitdiff
path: root/ace/streams.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-22 15:24:46 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-22 15:24:46 +0000
commit7fd8d6bc2893460dc42ff47b8b5978ae655698c9 (patch)
tree75103e4a2a6e40b0ba0c600850886705e09f18bc /ace/streams.h
parent6111530e8b5dc5386ba6aebf10599e97ad31e5e5 (diff)
downloadATCD-7fd8d6bc2893460dc42ff47b8b5978ae655698c9.tar.gz
ChangeLogTag: Tue Feb 22 09:16:29 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/streams.h')
-rw-r--r--ace/streams.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/streams.h b/ace/streams.h
index 321657adf02..aa07c61429c 100644
--- a/ace/streams.h
+++ b/ace/streams.h
@@ -43,7 +43,8 @@
# if defined (ACE_USES_OLD_IOSTREAMS)
# include /**/ <iostream.h>
# include /**/ <fstream.h>
-# include /**/ <iomanip.h>
+ // This has been commented as it is not needed and causes problems with Qt.
+ //# include /**/ <iomanip.h>
# if defined (_MSC_VER)
# include /**/ <strstrea.h>
# else