Skip to content

Commit

Permalink
science/trilinos: Fix build on 13 and maybe other systems
Browse files Browse the repository at this point in the history
The '#include <array>' was missing there.
Reported by:	fallout
  • Loading branch information
yurivict committed Apr 4, 2024
1 parent 2df5931 commit 4dd28c7
Showing 1 changed file with 12 additions and 0 deletions.
@@ -0,0 +1,12 @@
- workaround for https://github.com/trilinos/Trilinos/issues/12890

--- packages/tpetra/core/src/Tpetra_Details_Behavior.cpp.orig 2024-04-04 21:39:32 UTC
+++ packages/tpetra/core/src/Tpetra_Details_Behavior.cpp
@@ -40,6 +40,7 @@
*/
// clang-format on
#include <algorithm> // std::transform
+#include <array>
#include <cctype> // std::toupper
#include <cstdlib> // std::getenv
#include <functional>

0 comments on commit 4dd28c7

Please sign in to comment.