X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bcc1145fea1fbe4f4fd492199d1482f95fac5fd..13b4df952c77383f50696e51fcbaa2d8bbd3b3b9:/src/gtk1/sockgtk.cpp?ds=inline diff --git a/src/gtk1/sockgtk.cpp b/src/gtk1/sockgtk.cpp index 71d26ace50..e5b0861e86 100644 --- a/src/gtk1/sockgtk.cpp +++ b/src/gtk1/sockgtk.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: gtk/gsockgtk.cpp +// Name: src/gtk1/sockgtk.cpp // Purpose: implementation of wxGTK-specific socket event handling // Author: Guilhem Lavaux, Vadim Zeitlin // Created: 1999 @@ -10,6 +10,12 @@ /////////////////////////////////////////////////////////////////////////////// // 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