X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1bdd4ab9bb8cdcf8a14b8a64a5f5508be48ba4c..abd474ea63667f727940a009cc3e0b23ba9f418f:/src/msw/richmsgdlg.cpp?ds=sidebyside diff --git a/src/msw/richmsgdlg.cpp b/src/msw/richmsgdlg.cpp index c329f503d1..fe0bb4940d 100644 --- a/src/msw/richmsgdlg.cpp +++ b/src/msw/richmsgdlg.cpp @@ -19,6 +19,10 @@ #include "wx/richmsgdlg.h" +#ifndef WX_PRECOMP + #include "wx/msw/private.h" +#endif + // This will define wxHAS_MSW_TASKDIALOG if we have support for it in the // headers we use. #include "wx/msw/private/msgdlg.h"