From 0f6bf776c56a5f098d6cc687a5355188196f78e4 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 10 Mar 2013 13:34:15 +1100 Subject: [PATCH] [679/906] opengl: fix plugins not being registered when they should be --- gst/gl/gstopengl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gl/gstopengl.c b/gst/gl/gstopengl.c index 76f9f5e0ba..c2a3d8e06e 100644 --- a/gst/gl/gstopengl.c +++ b/gst/gl/gstopengl.c @@ -43,6 +43,8 @@ #include "config.h" #endif +#include + #include "gstglimagesink.h" #include "gstglfiltercube.h"