From bb8bd6ef8a5b96c74f47ebe73a2fa877900ed67f Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 24 Jan 2007 07:51:56 +0000 Subject: [PATCH] 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 --- include/wx/private/socketevtdispatch.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.0