Fix build on OpenSUSE 15.3

On older Qt versions (5.12?) QVector needs to be included,
not just QObject. (It isn't needed on 5.15, possibly because
QVector is an alias for QList in newer Qt versions.)
This commit is contained in:
John Thacker 2022-11-15 21:58:03 -05:00 committed by AndersBroman
parent 714ee652cd
commit 5362cc9b3e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <epan/proto.h>
#include <QObject>
#include <QVector>
class ProtoNode
{