X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02761f6cd478e3c2c97cf6f93442747f7b029833..94eff479bfad9fd9d1f65bd375ef4ea9bf667c43:/src/common/paper.cpp?ds=sidebyside diff --git a/src/common/paper.cpp b/src/common/paper.cpp index fb2c1ca6d3..bc29b2acc1 100644 --- a/src/common/paper.cpp +++ b/src/common/paper.cpp @@ -18,8 +18,10 @@ #if wxUSE_PRINTING_ARCHITECTURE - #ifndef WX_PRECOMP + #if defined(__WXMSW__) + #include "wx/msw/wrapcdlg.h" + #endif // MSW #include "wx/utils.h" #include "wx/settings.h" #include "wx/intl.h" @@ -32,7 +34,6 @@ #include #ifdef __WXMSW__ - #include "wx/msw/wrapcdlg.h" #ifndef __WIN32__ #include #endif