Fix windows build

This commit is contained in:
Fabio Alessandrelli
2019-04-09 19:54:59 +02:00
parent 31821b094b
commit 13643f9c0c

View File

@@ -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 {