Merge pull request #1239 from ctrlaltdavid/dev/webrtc-signaling

Conditionally include WebRTCSignalingServer.h
This commit is contained in:
Kalila 2021-06-02 19:44:30 -04:00 committed by GitHub
commit cab8a26def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"