diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc-priv.h b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc-priv.h index 67676a38e0..776a752a1e 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc-priv.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc-priv.h @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc.h b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc.h index a467bdb922..43e283e821 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #endif /* __GST_WEBRTC_WEBRTC_H__ */ diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h index c7de3978f9..0bb01f3241 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h @@ -56,8 +56,6 @@ G_BEGIN_DECLS #define GST_WEBRTC_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) GST_WEBRTC_API #endif -#include - /** * GstWebRTCDTLSTransport: */