summaryrefslogtreecommitdiff
blob: a92e1e50f7260eaef1eec1a4ae4b2ab2ec1679d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 563bc3ab3f928a3ba1c22e5e62ab8cbe15c6bc15 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Tue, 17 Apr 2018 13:28:19 +0200
Subject: [PATCH] Fix build with Qt 5.11 (missing header)

---
 src/patchview.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/patchview.cpp b/src/patchview.cpp
index 5e3765d..afa796e 100644
--- a/src/patchview.cpp
+++ b/src/patchview.cpp
@@ -6,6 +6,7 @@
 	Copyright: See COPYING file that comes with this distribution
 
 */
+#include <QButtonGroup>
 #include <QScrollBar>
 #include "common.h"
 #include "git.h"
-- 
2.17.0