diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index 0d7a5326c4..11967e9d29 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -41,6 +41,7 @@ #endif #include "gstglcontext.h" +#include #include #include diff --git a/gst-libs/gst/gl/win32/gstglcontext_wgl.c b/gst-libs/gst/gl/win32/gstglcontext_wgl.c index 0c745adc56..47b576c0b7 100644 --- a/gst-libs/gst/gl/win32/gstglcontext_wgl.c +++ b/gst-libs/gst/gl/win32/gstglcontext_wgl.c @@ -25,8 +25,8 @@ #include -#include "../gstgl_fwd.h" -#include +#include +#include #include "gstglcontext_wgl.h" #include