X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a4df1595bc8ce70286afe99f122f64916790ad4..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/fs_inet.h diff --git a/include/wx/fs_inet.h b/include/wx/fs_inet.h index a8ba0f52f9..7179f40742 100644 --- a/include/wx/fs_inet.h +++ b/include/wx/fs_inet.h @@ -23,7 +23,7 @@ limitation) #pragma implementation #endif -#include +#include "wx/wxprec.h" #ifdef __BORDLANDC__ #pragma hdrstop @@ -32,18 +32,17 @@ limitation) #if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS #ifndef WXPRECOMP -#include +#include "wx/wx.h" #endif -#include - +#include "wx/filesys.h" //-------------------------------------------------------------------------------- // wxInternetFSHandler //-------------------------------------------------------------------------------- -class wxInternetFSHandler : public wxFileSystemHandler +class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler { private: wxHashTable m_Cache;