diff options
-rw-r--r-- | src/WebRTCLibPeer.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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> // 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 { |