diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:30:13 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:30:13 +0000 |
commit | ca174af8a44cfb38ccfaf84b636733fece06151a (patch) | |
tree | 2737eb21f3c0071b3be75f7284e36570a163ce89 /ace/IOStream.h | |
parent | 6dbef86665e74490caa4281187065c12e665b691 (diff) | |
download | ATCD-ca174af8a44cfb38ccfaf84b636733fece06151a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r-- | ace/IOStream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h index 5b5c1a003b1..7850dd4a69b 100644 --- a/ace/IOStream.h +++ b/ace/IOStream.h @@ -17,12 +17,13 @@ #if !defined (ACE_IOSTREAM_H) #define ACE_IOSTREAM_H -#include "ace/config.h" +#include "ace/OS.h" #if !defined (ACE_LACKS_ACE_IOSTREAM) #include "ace/INET_Addr.h" #include "ace/Handle_Set.h" +#include "ace/streams.h" #if defined (ACE_HAS_STRING_CLASS) #if defined (ACE_WIN32) |