mirror of
https://github.com/godotengine/webrtc-native.git
synced 2026-01-01 05:48:15 +03:00
Fix windows build
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#ifndef WEBRTC_PEER_H
|
||||
#define WEBRTC_PEER_H
|
||||
|
||||
#include <Godot.hpp> // Godot.hpp must go first, or windows builds breaks
|
||||
|
||||
#include "api/peerconnectioninterface.h" // interface for all things needed from WebRTC
|
||||
#include "media/base/mediaengine.h" // needed for CreateModularPeerConnectionFactory
|
||||
#include <functional> // std::function
|
||||
#include <mutex> // mutex @TODO replace std::mutex with Godot mutex
|
||||
|
||||
#include "net/WebRTCPeerNative.hpp"
|
||||
#include <Godot.hpp>
|
||||
|
||||
namespace godot_webrtc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user