Skip to content

Commit db8c792

Browse files
committed
Fix build with Qt 5.11
Some includes need to be explicitly set now
1 parent 78b1550 commit db8c792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assistants/solve/solveassistant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <QAction>
2424
#include <QIcon>
25-
25+
#include <QStyle>
2626
#include <QDialog>
2727
#include <KActionCollection>
2828
#include <KConfigGroup>

0 commit comments

Comments
 (0)