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:
committed by
Vadim Zeitlin
parent
82ed51d167
commit
5266f4785c
@@ -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"
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Reference in New Issue
Block a user