mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
fixed: missing header, fails on qt5
This commit is contained in:
parent
8d2de7a9cb
commit
c0f47d8eb1
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include "IpcReader.h"
|
#include "IpcReader.h"
|
||||||
#include "Ipc.h"
|
#include "Ipc.h"
|
||||||
|
#include <QDataStream>
|
||||||
|
|
||||||
IpcClient::IpcClient() :
|
IpcClient::IpcClient() :
|
||||||
m_ReaderStarted(false),
|
m_ReaderStarted(false),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue