From 9403af81ef899c0698448b899ed8ae273378d5a0 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Tue, 22 Aug 2017 12:39:43 +0100 Subject: [PATCH] gl: fix broken build due to previous commit 2fd84a6c Can reproduce after installing libgraphene-dev Also fixes caopengllayersink.h to anticipate build error on osx. https://bugzilla.gnome.org/show_bug.cgi?id=784779 --- ext/gl/caopengllayersink.h | 1 + ext/gl/gstgltransformation.h | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/gl/caopengllayersink.h b/ext/gl/caopengllayersink.h index 25bc10650b..c2710033de 100644 --- a/ext/gl/caopengllayersink.h +++ b/ext/gl/caopengllayersink.h @@ -26,6 +26,7 @@ #include #include +#include #include G_BEGIN_DECLS diff --git a/ext/gl/gstgltransformation.h b/ext/gl/gstgltransformation.h index a767be2e4e..205f1a48fd 100644 --- a/ext/gl/gstgltransformation.h +++ b/ext/gl/gstgltransformation.h @@ -22,6 +22,7 @@ #define _GST_GL_TRANSFORMATION_H_ #include +#include #include G_BEGIN_DECLS