Skip to content

Commit

Permalink
Tpetra_Details_Behavior.cpp: add missing <array> include
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Feb 29, 2024
1 parent 3e997d6 commit cabbf69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tpetra/core/src/Tpetra_Details_Behavior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*/
// clang-format on
#include <algorithm> // std::transform
#include <array>
#include <cctype> // std::toupper
#include <cstdlib> // std::getenv
#include <functional>
Expand Down

0 comments on commit cabbf69

Please sign in to comment.