X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd560c961a09a8ae80b9c32856e195ed784cc547..0fe5e8fea017ecb73f8aaa8ceb745feb269b3f79:/src/msw/helpchm.cpp diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index 4f26427f28..ab91913ff2 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -27,6 +27,11 @@ #include "wx/dynlib.h" +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/app.h" +#endif + #include "wx/msw/private.h" // instead of including htmlhelp.h, duplicate the things from it we need here