summaryrefslogtreecommitdiffstats
path: root/modules/webrtc/webrtc_data_channel_gdnative.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-07-15 09:24:34 +0200
committerGitHub <noreply@github.com>2021-07-15 09:24:34 +0200
commitf79958a30e1808b8ea71c6c051e7d41f073876fe (patch)
tree84ae1c93e4d8bc013358f18d7e51dfbe9604c3b7 /modules/webrtc/webrtc_data_channel_gdnative.cpp
parentb3349e4c68e86c85dd8f07ac0c50ffb57f0659d1 (diff)
parent06568bbfdfbecb489d3263f6df1e7d298642cd61 (diff)
downloadredot-engine-f79958a30e1808b8ea71c6c051e7d41f073876fe.tar.gz
Merge pull request #50468 from akien-mga/cleanup-header-includes
Misc cleanup of header includes
Diffstat (limited to 'modules/webrtc/webrtc_data_channel_gdnative.cpp')
-rw-r--r--modules/webrtc/webrtc_data_channel_gdnative.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/webrtc/webrtc_data_channel_gdnative.cpp b/modules/webrtc/webrtc_data_channel_gdnative.cpp
index d4cf464c7c..f3009dde2f 100644
--- a/modules/webrtc/webrtc_data_channel_gdnative.cpp
+++ b/modules/webrtc/webrtc_data_channel_gdnative.cpp
@@ -31,6 +31,7 @@
#ifdef WEBRTC_GDNATIVE_ENABLED
#include "webrtc_data_channel_gdnative.h"
+
#include "core/io/resource_loader.h"
#include "modules/gdnative/nativescript/nativescript.h"