Conditionally include WebRTCSignalingServer.h

This commit is contained in:
David Rowe 2021-06-02 23:00:19 +12:00
parent aa1c32ec53
commit 1dcee6cc1d

View file

@ -28,7 +28,9 @@
#include <HTTPSConnection.h>
#include <LimitedNodeList.h>
#include <shared/WebRTC.h>
#if defined(WEBRTC_DATA_CHANNEL)
#include <webrtc/WebRTCSignalingServer.h>
#endif
#include "AssetsBackupHandler.h"
#include "DomainGatekeeper.h"