X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1bdd4ab9bb8cdcf8a14b8a64a5f5508be48ba4c..364f3b070071ee73e417a3770342d779774288e8:/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"