summaryrefslogtreecommitdiff
blob: 7f641bd0b9e96959b063600090b10846eedf4c7f (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 73b1e8a9b622a27a03425db03bdbaee0eb88b8b7 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Wed, 15 Jul 2020 14:21:13 +0200
Subject: [PATCH] Fix build with Qt 5.15 (missing headers)

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 src/IacPlot.h | 1 +
 src/SkewT.h   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/IacPlot.h b/src/IacPlot.h
index dab76b6..59f6deb 100644
--- a/src/IacPlot.h
+++ b/src/IacPlot.h
@@ -30,6 +30,7 @@ Lecture mise en mémoire d'un fichier IAC (fleetcodes)
 
 #include <QApplication>
 #include <QPainter>
+#include <QPainterPath>
 #include <QString>
 
 #include "DataMeteoAbstract.h"
diff --git a/src/SkewT.h b/src/SkewT.h
index eb70372..36d4df8 100644
--- a/src/SkewT.h
+++ b/src/SkewT.h
@@ -16,6 +16,7 @@
 #include <QMainWindow>
 #include <QFrame>
 #include <QPainter>
+#include <QPainterPath>
 #include <QLayout>
 #include <QKeyEvent>
 #include <QPrintDialog>
-- 
2.27.0