From 13643f9c0c6ba63065ec2537de08d177de729294 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Tue, 9 Apr 2019 19:54:59 +0200 Subject: Fix windows build --- src/WebRTCLibPeer.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WebRTCLibPeer.hpp b/src/WebRTCLibPeer.hpp index 437e80a..9707f4f 100644 --- a/src/WebRTCLibPeer.hpp +++ b/src/WebRTCLibPeer.hpp @@ -1,13 +1,14 @@ #ifndef WEBRTC_PEER_H #define WEBRTC_PEER_H +#include // 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 // std::function #include // mutex @TODO replace std::mutex with Godot mutex #include "net/WebRTCPeerNative.hpp" -#include namespace godot_webrtc { -- cgit v1.2.3