mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 16:32:42 +02:00
Conditionally include WebRTCSignalingServer.h
This commit is contained in:
parent
aa1c32ec53
commit
1dcee6cc1d
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