X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a4df1595bc8ce70286afe99f122f64916790ad4..6842d18650b487249b4ae29d0d7e17231b24cde8:/src/common/sckfile.cpp diff --git a/src/common/sckfile.cpp b/src/common/sckfile.cpp index 7cfb56086c..f5ddc187ea 100644 --- a/src/common/sckfile.cpp +++ b/src/common/sckfile.cpp @@ -24,12 +24,12 @@ #endif #include -#include -#include +#include "wx/wfstream.h" +#include "wx/protocol/file.h" #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol) -IMPLEMENT_PROTOCOL(wxFileProto, _T("file"), NULL, FALSE) +IMPLEMENT_PROTOCOL(wxFileProto, wxT("file"), NULL, FALSE) #endif wxFileProto::wxFileProto()