added missing include

This commit is contained in:
bernhard.trinnes 2020-03-26 19:55:19 +01:00
parent 7811a08663
commit dfa1c46354
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <QJsonObject>
#include <QJsonDocument>
#include <QUrlQuery>
#include <QTimer>
#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
#include <QRandomGenerator>
#endif

View File

@ -34,6 +34,7 @@
#include <QObject>
#include <QHostAddress>
#include <QTcpSocket>
#include <QTimer>
#include "heosplayer.h"
#include "heostypes.h"