Skip to content

Commit

Permalink
include fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hschreiber committed Aug 20, 2024
1 parent 0416788 commit c4e04ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cstdint>
#include <type_traits> // void_t
#include <algorithm> // std::min
#include <cmath> // std::isnan

namespace Gudhi {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <iostream>
#include <cstdint> // for std::uint8_t
#include <cmath> // std::isnan

#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE "simplex_tree_extended_filtration"
Expand Down

0 comments on commit c4e04ca

Please sign in to comment.