fix_hdf5_path.patch 345 B

123456789101112
  1. --- Kst-20220116_2b8e03e/src/datasources/hdf5/hdf5.h 2022-01-15 22:42:17.000000000 -0300
  2. +++ Kst-20220116_2b8e03e/src/datasources/hdf5/hdf5.h.new 2022-03-01 09:50:10.407808017 -0300
  3. @@ -18,7 +18,7 @@
  4. #include <dataplugin.h>
  5. #include <QFileInfo>
  6. -#include <hdf5/serial/H5Cpp.h>
  7. +#include <H5Cpp.h>
  8. #include <exception>
  9. #include "debug.h"