summaryrefslogtreecommitdiffstats
path: root/academic/Kst/fix_hdf5_path.patch
blob: bcdc1403aede9f130be339afee80c20fdfec8877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Kst-20220116_2b8e03e/src/datasources/hdf5/hdf5.h	2022-01-15 22:42:17.000000000 -0300
+++ Kst-20220116_2b8e03e/src/datasources/hdf5/hdf5.h.new	2022-03-01 09:50:10.407808017 -0300
@@ -18,7 +18,7 @@
 #include <dataplugin.h>
 
 #include <QFileInfo>
-#include <hdf5/serial/H5Cpp.h>
+#include <H5Cpp.h>
 #include <exception>
 
 #include "debug.h"