fixed: missing header, fails on qt5
This commit is contained in:
parent
8d2de7a9cb
commit
c0f47d8eb1
|
@ -23,6 +23,7 @@
|
|||
#include <QTimer>
|
||||
#include "IpcReader.h"
|
||||
#include "Ipc.h"
|
||||
#include <QDataStream>
|
||||
|
||||
IpcClient::IpcClient() :
|
||||
m_ReaderStarted(false),
|
||||
|
|
Loading…
Reference in New Issue