Skip to content

Commit

Permalink
fixed include for hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Mar 29, 2024
1 parent 2b99e50 commit df672e3
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 106 deletions.
2 changes: 1 addition & 1 deletion src/tango-moenchzmq/backend/ComputationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <filesystem>
#include <fmt/core.h>
#include <fmt/chrono.h>
#include <hdf5/serial/H5Cpp.h>
#include <H5Cpp.h>
#include "HDFWriter.hpp"
#include <regex>
// #include <hdf5/H
Expand Down
1 change: 0 additions & 1 deletion src/tango-moenchzmq/backend/FileWriter.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once
#include <string>
#include <filesystem>
#include <hdf5/serial/H5Cpp.h>
#include <fmt/core.h>
#include <regex>
#include "Frames.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/tango-moenchzmq/backend/HDFWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <hdf5/serial/H5Cpp.h>
#include <H5Cpp.h>
#include <fmt/core.h>
#include <regex>
#include "ComputationBackend.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/tango-moenchzmq/backend/HDFWriter.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <string>
#include <filesystem>
#include <hdf5/serial/H5Cpp.h>
#include <H5Cpp.h>
#include <fmt/core.h>
#include <regex>
#include "FileWriter.hpp"
Expand Down
Loading

0 comments on commit df672e3

Please sign in to comment.