diff --git a/ext/qt/gstqsgtexture.cc b/ext/qt/gstqsgtexture.cc index 7391806ba3..2b314e0eec 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 d0f7668742..ff8d875922 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 c7ac11ec6e..31495feca5 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 6f1df7edbd..1151ddc080 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"