X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..88c139da4639cd25e4ad1298062e1e8b19ee29f1:/src/motif/msgdlg.cpp diff --git a/src/motif/msgdlg.cpp b/src/motif/msgdlg.cpp index 93e95ecf61..f51da838f1 100644 --- a/src/motif/msgdlg.cpp +++ b/src/motif/msgdlg.cpp @@ -25,7 +25,7 @@ #ifdef __VMS #define XtDisplay XTDISPLAY #pragma message disable nosimpint -#include +#include "wx/vms_x_fix.h" #endif #include @@ -267,4 +267,3 @@ int wxMessageDialog::ShowModal() return m_result; } -