From: Jouk Jansen Date: Wed, 24 Jan 2007 07:51:56 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb8bd6ef8a5b96c74f47ebe73a2fa877900ed67f Committing in . adding #include for OpenVMS. mayby some other platforms need this include Modified Files: wxWidgets/include/wx/private/socketevtdispatch.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/private/socketevtdispatch.h b/include/wx/private/socketevtdispatch.h index a7f39bce8e..d474e05f81 100644 --- a/include/wx/private/socketevtdispatch.h +++ b/include/wx/private/socketevtdispatch.h @@ -16,6 +16,10 @@ #if wxUSE_SOCKETS +#ifdef __VMS +#include +#endif + #include "wx/hash.h" // forward declarations