Include wx/brush.h to fix the build when not using PCH

This commit is contained in:
Vadim Zeitlin
2026-06-08 03:06:00 +02:00
parent a2d7a75a1e
commit 1ec6163e9e
+1
View File
@@ -24,6 +24,7 @@
#endif
#ifndef WX_PRECOMP
#include "wx/brush.h"
#endif // WX_PRECOMP
#include "wx/msw/private/taskdlg.h"