X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a4df1595bc8ce70286afe99f122f64916790ad4..def6fb9bd8ae91def693b8a30b9d6b5f20b5ce98:/include/wx/fs_inet.h?ds=sidebyside 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;