diff --git a/Common/XLXHostsFileDownloader.h b/Common/XLXHostsFileDownloader.h index 2112b1e..b7212a9 100644 --- a/Common/XLXHostsFileDownloader.h +++ b/Common/XLXHostsFileDownloader.h @@ -19,10 +19,12 @@ #ifndef XLXHostsFileDownloader_H #define XLXHostsFileDownloader_H -#if !defined (_WINDOWS__) + +#include + +#if !defined (__WINDOWS__) #define XLX_USE_WGET //for some reason libwx is missing the net stuff on some distros, therefore always use wget if we are not compiling under windows #endif -#include class CXLXHostsFileDownloader { public: