diff options
author | Steve Huston <shuston@riverace.com> | 2002-11-27 20:50:58 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-11-27 20:50:58 +0000 |
commit | 2d6827597f9341737bee81289b0abd9a2b958384 (patch) | |
tree | 2ec13c879fc85db35bed171287054f47d84036c0 /ACEXML/common/FileCharStream.cpp | |
parent | 2f20f5124bb74127df1939092fc0ec8d72ef132a (diff) | |
download | ATCD-2d6827597f9341737bee81289b0abd9a2b958384.tar.gz |
ChangeLogTag:Wed Nov 27 15:47:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACEXML/common/FileCharStream.cpp')
-rw-r--r-- | ACEXML/common/FileCharStream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ACEXML/common/FileCharStream.cpp b/ACEXML/common/FileCharStream.cpp index 07aaa2ee97c..a30c7003ab9 100644 --- a/ACEXML/common/FileCharStream.cpp +++ b/ACEXML/common/FileCharStream.cpp @@ -2,6 +2,7 @@ #include "ACEXML/common/FileCharStream.h" #include "ace/ACE.h" +#include "ace/Log_Msg.h" ACEXML_FileCharStream::ACEXML_FileCharStream (void) : filename_ (0), encoding_ (0), size_ (0), infile_ (NULL), peek_ (0) |