Add missing include

Fixes build with Qt 6.9.0
This commit is contained in:
Jason E. Hale 2025-04-19 06:25:11 -04:00 committed by GitHub
parent 53b63de10f
commit 254652f03e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
#include <QDebug>
#include <QJsonDocument>
#include <QJsonParseError>
#include <QVariantMap>
ResponseParser::ResponseParser(QObject *parent)
: QObject(parent), error(false), errorTxt("None"), numResults(-1), currentPage(-1), totalPages(-1)