From 53308971e6f943848c73a9eaf0c50ffe41324aa7 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 12 May 2018 01:11:44 +0200 Subject: [PATCH] Fix build with Qt 5.11 (missing QButtonGroup) --- client/streamconfigdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/streamconfigdialog.cpp b/client/streamconfigdialog.cpp index 9be421d..7b6a209 100644 --- a/client/streamconfigdialog.cpp +++ b/client/streamconfigdialog.cpp @@ -30,6 +30,7 @@ along with this program. If not, see #include "../common/protocolmanager.h" #include "../common/protocolwidgetfactory.h" +#include #include extern ProtocolManager *OstProtocolManager;