1
0
Fork 0

forgotten include

This commit is contained in:
Kevin Matz 2021-09-01 12:39:48 -04:00
parent f5055020ed
commit 5459b48388
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
#include "qsacnnode_global.h"
#include "sacn/node.h"
#include "sdt/udp.h"
#include <QHash>
#include <QHostAddress>
@ -29,8 +30,6 @@ public:
void subscribe(const uint16_t universe = 1) override;
void unsubscribe(const uint16_t) override;
signals:
void foundUniverse(
std::shared_ptr<sACN::EXTENDED::DISCOVERY::discoveredUniverse>);