Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Faless committed Apr 9, 2019
1 parent 31821b0 commit 13643f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WebRTCLibPeer.hpp
Original file line number Diff line number Diff line change
@@ -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 {

Expand Down

0 comments on commit 13643f9

Please sign in to comment.