Skip to content

Commit

Permalink
Removed contrib/string.hpp from dataset.hpp
Browse files Browse the repository at this point in the history
Update #548
  • Loading branch information
eugenwintersberger committed Aug 8, 2022
1 parent 2c40d09 commit 0c049cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/h5cpp/node/dataset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <h5cpp/property/dataset_creation.hpp>
#include <h5cpp/property/dataset_access.hpp>
#include <h5cpp/filter/external_filter.hpp>
#include <h5cpp/contrib/stl/string.hpp>
#include <h5cpp/error/error.hpp>
#include <vector>
#include <h5cpp/core/utilities.hpp>
Expand Down
1 change: 1 addition & 0 deletions test/contrib/nexus/ebool_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/contrib/stl/string.hpp>
#include <h5cpp/contrib/nexus/ebool.hpp>


Expand Down

0 comments on commit 0c049cd

Please sign in to comment.