Add missing QPainterPath include required with Qt 5.15
The header is no longer pulled in by QPainter, omitting it causes failing builds due to incomplete type QPainterPath. Closes https://github.com/wxWidgets/wxWidgets/pull/1880
This commit is contained in:
parent
5b810b129d
commit
d56d676450
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <QtGui/QBitmap>
|
||||
#include <QtGui/QPen>
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtGui/QPainterPath>
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/icon.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue