diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-07-15 09:24:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 09:24:34 +0200 |
commit | f79958a30e1808b8ea71c6c051e7d41f073876fe (patch) | |
tree | 84ae1c93e4d8bc013358f18d7e51dfbe9604c3b7 /modules/webrtc/webrtc_data_channel_gdnative.cpp | |
parent | b3349e4c68e86c85dd8f07ac0c50ffb57f0659d1 (diff) | |
parent | 06568bbfdfbecb489d3263f6df1e7d298642cd61 (diff) | |
download | redot-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.cpp | 1 |
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" |