Skip to content

Commit

Permalink
Allow to build the DataStreamClientSample on Linux (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreignier authored and facontidavide committed Feb 17, 2019
1 parent 636bca3 commit 7b407a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/DataStreamWebSocket/DataStreamClientSample/client.cpp
Expand Up @@ -47,15 +47,18 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#include "Client.h"
#include "client.h"
#include <QtCore/QDebug>
#include <QtMath>
#include <QThread>
#include <chrono>
#include <QStringBuilder>
#include <Windows.h>
#include <thread>

#ifdef WIN32
#include <Windows.h>
#endif

QT_USE_NAMESPACE

//! [constructor]
Expand Down

0 comments on commit 7b407a3

Please sign in to comment.