Skip to content

Commit b62d0e5

Browse files
authored
Merge pull request #30 from jmlich/master
Explicitly include <QDebug> to avoid compiler errors
2 parents 5d30d48 + 4732e7c commit b62d0e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qt-api/socketreader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <QObject>
3131
#include <QLocalSocket>
3232
#include <QVector>
33+
#include <QDebug>
3334

3435
/**
3536
* @brief Helper class for reading socket datachannel from sensord

0 commit comments

Comments
 (0)