diff --git a/src/msw/customdraw.cpp b/src/msw/customdraw.cpp index aae74669b8..02822692ca 100644 --- a/src/msw/customdraw.cpp +++ b/src/msw/customdraw.cpp @@ -22,6 +22,10 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/msw/private.h" +#endif // !WX_PRECOMP + #include "wx/msw/private/customdraw.h" // ============================================================================