Fix missing include for std::unique_ptr on non-Mac
This commit is contained in:
parent
20311c1956
commit
67ab1c7162
2 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
#ifndef CANVASCONNECTION_H
|
#ifndef CANVASCONNECTION_H
|
||||||
#define CANVASCONNECTION_H
|
#define CANVASCONNECTION_H
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QtWebSockets/QWebSocket>
|
#include <QtWebSockets/QWebSocket>
|
||||||
#include <QJsonObject>
|
#include <QJsonObject>
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
#ifndef CANVASDISPLAY_H
|
#ifndef CANVASDISPLAY_H
|
||||||
#define CANVASDISPLAY_H
|
#define CANVASDISPLAY_H
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <QQuickItem>
|
#include <QQuickItem>
|
||||||
|
|
||||||
class CanvasConnection;
|
class CanvasConnection;
|
||||||
|
|
Loading…
Add table
Reference in a new issue