diff options
author | hjk <hjk@qt.io> | 2023-01-03 08:52:01 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2023-01-03 11:18:58 +0000 |
commit | 4e89092251bb5c956ac622c14dc8cbd29c68fc3a (patch) | |
tree | f11af32dcae4e97694cc11a5faf60e47f7fd05c0 /src/plugins/texteditor/quickfix.h | |
parent | 5d675ff53343aed139e70ad00bb3c15b7a7dbf0c (diff) | |
download | qt-creator-6.0.tar.gz |
More compile fix with recent Qt 66.0
Mostly by backporting Creator master hunks.
It still compiles with Qt 5.15.
Change-Id: I14d2e33c3ca2368cb848748d5f5b41aa47801f72
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/quickfix.h')
-rw-r--r-- | src/plugins/texteditor/quickfix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/quickfix.h b/src/plugins/texteditor/quickfix.h index 2cc573b53c..61a37d5bfa 100644 --- a/src/plugins/texteditor/quickfix.h +++ b/src/plugins/texteditor/quickfix.h @@ -27,6 +27,7 @@ #include "texteditor_global.h" +#include <QList> #include <QString> #include <QMetaType> #include <QSharedPointer> |