diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-05 05:27:35 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-05 05:27:35 +0000 |
commit | ccfe08bb18c2e9feed341d2984ce0be93021fb1e (patch) | |
tree | b2ddb27593c06017deb69240ea03f5914e7f8a32 /ACEXML | |
parent | d7ce6b4da49469323630c6565d3cee9d18d10caf (diff) | |
download | ATCD-ccfe08bb18c2e9feed341d2984ce0be93021fb1e.tar.gz |
ChangeLogTag:Wed Nov 5 05:33:44 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ACEXML')
-rw-r--r-- | ACEXML/common/FileCharStream.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ACEXML/common/FileCharStream.cpp b/ACEXML/common/FileCharStream.cpp index 3a5694f120b..420bf198fbb 100644 --- a/ACEXML/common/FileCharStream.cpp +++ b/ACEXML/common/FileCharStream.cpp @@ -6,6 +6,10 @@ #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_sys_stat.h" +#if defined (ACE_USES_WCHAR) +# include "ace/OS_NS_wchar.h" +#endif /* ACE_USES_WCHAR */ + ACEXML_FileCharStream::ACEXML_FileCharStream (void) : filename_ (0), encoding_ (0), size_ (0), infile_ (0), peek_ (0) { |