Skip to content

Commit

Permalink
Adding (missing) include for type std::intmax_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel committed May 15, 2024
1 parent ce2c4ec commit c178cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ugbase/lib_algebra/graph_interface/sparsematrix_boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include <boost/graph/properties.hpp> // put_get_helper
#include <boost/iterator/counting_iterator.hpp>

#include <cstdint> // for std::intmax_t

namespace boost{

using ug::iszero; // for now
Expand Down

0 comments on commit c178cfd

Please sign in to comment.