Fix PCH-less build after CustomDraw addition

Include "wx/msw/private.h" for wxColourToRGB().

See https://github.com/wxWidgets/wxWidgets/pull/276
This commit is contained in:
Maarten Bent
2016-04-23 20:24:49 +02:00
committed by Vadim Zeitlin
parent 82ed51d167
commit 5266f4785c

View File

@@ -22,6 +22,10 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#ifndef WX_PRECOMP
#include "wx/msw/private.h"
#endif // !WX_PRECOMP
#include "wx/msw/private/customdraw.h" #include "wx/msw/private/customdraw.h"
// ============================================================================ // ============================================================================