[For v018] Fix build with Qt5 beta

Seems need add some headers for build with incoming Qt 5.11 (Tested with 5.11.0beta2)
This commit is contained in:
sL1pKn07
2018-04-07 02:17:49 +02:00
committed by wmayer
parent aa0f6b54d4
commit 018b41032a
23 changed files with 25 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <QMessageBox>
# include <QAction>
# include <QTimer>
#endif