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 {