Skip to content

Commit

Permalink
Merge pull request #16649 from masterleinad/fix_optional_header_tpetr…
Browse files Browse the repository at this point in the history
…a_vector

Add missing <optional> header for trilinos_tpetra_vector.h
  • Loading branch information
bangerth committed Feb 15, 2024
2 parents d0de226 + 24d72b1 commit 6e69927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/deal.II/lac/trilinos_tpetra_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
# include <Tpetra_Version.hpp>

# include <memory>
# include <optional>

DEAL_II_NAMESPACE_OPEN

Expand Down

0 comments on commit 6e69927

Please sign in to comment.