mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 00:52:27 +02:00
Merge pull request #1239 from ctrlaltdavid/dev/webrtc-signaling
Conditionally include WebRTCSignalingServer.h
This commit is contained in:
commit
cab8a26def
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue