summarylogtreecommitdiffstats
path: root/0001-Fixed-HDF5-patch-for-archlinux-users.patch
blob: b53902a40ed055dd3451c1f6626798c42fb2032f (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
39
From 5ebc83ae1aee4dfb59b124a0e2a7dda5127d7c48 Mon Sep 17 00:00:00 2001
From: Nicolas Menard <nicolas.menard@wyss.harvard.edu>
Date: Mon, 1 Jul 2019 09:40:29 -0400
Subject: [PATCH] Fixed HDF5 patch for archlinux users

---
 src/datasources/hdf5/hdf5.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/datasources/hdf5/hdf5.h b/src/datasources/hdf5/hdf5.h
index 03bdd792..7d5a4961 100644
--- a/src/datasources/hdf5/hdf5.h
+++ b/src/datasources/hdf5/hdf5.h
@@ -18,7 +18,7 @@
 #include <dataplugin.h>
 
 #include <QFileInfo>
-#include <hdf5/serial/H5Cpp.h>
+#include <H5Cpp.h>
 #include <exception>
 
 #include "debug.h"

diff --git a/src/widgets/gradienteditor.h b/src/widgets/gradienteditor.h
index 1ca74922..67c3d089 100644
--- a/src/widgets/gradienteditor.h
+++ b/src/widgets/gradienteditor.h
@@ -16,5 +16,6 @@
 #include <QHash>
 #include <QWidget>
 #include <QGradient>
+#include <QPainterPath>
 
 #include "kstwidgets_export.h"


-- 
2.22.0