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

@@ -13,6 +13,7 @@
#endif
#include <QtTest/QtTestGui>
#include <QApplication>
#include "wx/qt/defs.h"
#include "wx/qt/private/utils.h"