diff --git a/src/common/fstream.cpp b/src/common/wfstream.cpp similarity index 98% rename from src/common/fstream.cpp rename to src/common/wfstream.cpp index e631cde60d..4d798f3c79 100644 --- a/src/common/fstream.cpp +++ b/src/common/wfstream.cpp @@ -10,14 +10,14 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation "fstream.h" +#pragma implementation "wfstream.h" #endif // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #include #include -#include +#include #ifdef __BORLANDC__ #pragma hdrstop