summaryrefslogtreecommitdiff
path: root/src/WebRTCLibDataChannel.hpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-10-17 22:42:33 +0200
committerGitHub <noreply@github.com>2022-10-17 22:42:33 +0200
commit1436024f595fd99cd885950319867fd3d371963b (patch)
tree00454cbbbc84ff6bc3992d50d677fe72bb0e369a /src/WebRTCLibDataChannel.hpp
parent1769730ef0344fe1011681a207a0c68383b6d5f6 (diff)
parent690b31e7dd8d4583c50c1f5c60fde3c6888ff7bf (diff)
downloadgodot-webrtc-native-1436024f595fd99cd885950319867fd3d371963b.tar.gz
godot-webrtc-native-1436024f595fd99cd885950319867fd3d371963b.tar.bz2
godot-webrtc-native-1436024f595fd99cd885950319867fd3d371963b.zip
Merge pull request #65 from Faless/bump/beta3
[Upstream] Update to Godot Beta 3
Diffstat (limited to 'src/WebRTCLibDataChannel.hpp')
-rw-r--r--src/WebRTCLibDataChannel.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp
index 758e018..2525002 100644
--- a/src/WebRTCLibDataChannel.hpp
+++ b/src/WebRTCLibDataChannel.hpp
@@ -40,6 +40,8 @@
#define GDCLASS(arg1, arg2) GODOT_CLASS(arg1, arg2)
#endif
#else
+#include <godot_cpp/core/binder_common.hpp>
+
#include <godot_cpp/classes/global_constants_binds.hpp>
#include <godot_cpp/classes/web_rtc_data_channel_extension.hpp>
#endif