From 96a2092b4530cc1659ba55c7f5adc7b7001f8a64 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Tue, 22 Aug 2017 12:39:43 +0100 Subject: [PATCH] qt: fix broken build due to commit 2fd84a6c for gstgl https://bugzilla.gnome.org/show_bug.cgi?id=784779 --- ext/qt/gstqsgtexture.cc | 1 + ext/qt/gstqtglutility.cc | 1 + ext/qt/gstqtsink.cc | 2 ++ ext/qt/qtwindow.cc | 1 + 4 files changed, 5 insertions(+) diff --git a/ext/qt/gstqsgtexture.cc b/ext/qt/gstqsgtexture.cc index 7391806..2b314e0 100644 --- a/ext/qt/gstqsgtexture.cc +++ b/ext/qt/gstqsgtexture.cc @@ -27,6 +27,7 @@ #include #include +#include #include "gstqsgtexture.h" #define GST_CAT_DEFAULT gst_qsg_texture_debug diff --git a/ext/qt/gstqtglutility.cc b/ext/qt/gstqtglutility.cc index d0f7668..ff8d875 100644 --- a/ext/qt/gstqtglutility.cc +++ b/ext/qt/gstqtglutility.cc @@ -45,6 +45,7 @@ #include #include #else +#include #include #endif #include diff --git a/ext/qt/gstqtsink.cc b/ext/qt/gstqtsink.cc index c7ac11e..31495fe 100644 --- a/ext/qt/gstqtsink.cc +++ b/ext/qt/gstqtsink.cc @@ -30,6 +30,8 @@ #include "gstqtsink.h" #include +#include + #define GST_CAT_DEFAULT gst_debug_qt_gl_sink GST_DEBUG_CATEGORY (GST_CAT_DEFAULT); diff --git a/ext/qt/qtwindow.cc b/ext/qt/qtwindow.cc index 6f1df7e..1151ddc 100644 --- a/ext/qt/qtwindow.cc +++ b/ext/qt/qtwindow.cc @@ -25,6 +25,7 @@ #include #include +#include #include "qtwindow.h" #include "gstqsgtexture.h" #include "gstqtglutility.h" -- 2.7.4