X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..057945a5cdea8eae70d6f8877fbe787a261e3614:/src/gtk1/sockgtk.cpp diff --git a/src/gtk1/sockgtk.cpp b/src/gtk1/sockgtk.cpp index 8bd6a56f84..115da612ba 100644 --- a/src/gtk1/sockgtk.cpp +++ b/src/gtk1/sockgtk.cpp @@ -3,13 +3,18 @@ // Purpose: implementation of wxGTK-specific socket event handling // Author: Guilhem Lavaux, Vadim Zeitlin // Created: 1999 -// RCS-ID: $Id$ // Copyright: (c) 1999, 2007 wxWidgets dev team // (c) 2009 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". + +#if defined( __VMS ) && defined( __ia64 ) +// Work around for a bug in the C++ compiler on OpenVMS IA64 +# include +#endif + #include "wx/wxprec.h" #if wxUSE_SOCKETS