Add missing headers to fix PCH-less wxQt build

Just include the headers of the classes being used.
This commit is contained in:
Vadim Zeitlin
2016-02-24 22:57:19 +01:00
parent 5ecda429d1
commit 9db24be496
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#endif // WX_PRECOMP
#include "wx/bitmap.h"
#include "wx/cursor.h"
#include "wx/rawbmp.h"
#include "wx/qt/private/converter.h"
#include "wx/qt/private/utils.h"