X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df5168c427b51f1ab2b3200a5c8f7626b3d24aae..f0b7eadf889c2882e81470ec8e629d831858acb1:/src/common/socket.cpp diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 377384849f..60bbc1f48d 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -41,6 +41,10 @@ #include "wx/sckaddr.h" #include "wx/socket.h" +// DLL options compatibility check: +#include "wx/build.h" +WX_CHECK_BUILD_OPTIONS("wxNet") + // -------------------------------------------------------------------------- // macros and constants // --------------------------------------------------------------------------