Skip to content

Commit

Permalink
[measurement] vs2017 compatibility (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller authored Jan 31, 2024
1 parent a7f2c85 commit b78613f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/measurement/hdf5/src/reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <ecalhdf5/eh5_meas.h>

using namespace eCAL::experimental::measurement::hdf5;
using namespace eCAL::experimental::measurement;

Reader::Reader()
: measurement(std::make_unique<eh5::HDF5Meas>())
Expand Down
1 change: 1 addition & 0 deletions contrib/measurement/hdf5/src/writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <ecalhdf5/eh5_meas.h>

using namespace eCAL::experimental::measurement::hdf5;
using namespace eCAL::experimental::measurement;

Writer::Writer()
: measurement(std::make_unique<eh5::HDF5Meas>())
Expand Down

0 comments on commit b78613f

Please sign in to comment.