diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-18 14:51:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-18 14:51:35 +0000 |
commit | 7ec0cc00842320a9cf992e07bc21c633f3e3b1db (patch) | |
tree | 4899b78c4e39a2efc418828c6839b59b5169a827 /ace/IOStream.h | |
parent | fffa3b37ffc1bc214339572ec752e791f6ff635b (diff) | |
download | ATCD-7ec0cc00842320a9cf992e07bc21c633f3e3b1db.tar.gz |
added #include of "ace/config.h" so that ACE_LACKS_ACE_IOSTREAM can be checked
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r-- | ace/IOStream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h index 4cc0c3bdfb6..681de37f6ac 100644 --- a/ace/IOStream.h +++ b/ace/IOStream.h @@ -21,6 +21,8 @@ #if !defined (ACE_IOSTREAM_H) #define ACE_IOSTREAM_H +#include "ace/config.h" + #if !defined (ACE_LACKS_ACE_IOSTREAM) #include "ace/INET_Addr.h" |