Skip to content

Commit

Permalink
Merge branch 'master' into DynamicTopology-PhaseII
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema authored Aug 5, 2024
2 parents 619feda + 424bd6a commit bd268f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/Ioss_Decomposition.C
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <algorithm>
#include <cassert>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <numeric>

#if !defined(NO_ZOLTAN_SUPPORT)
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/Ioss_ParallelUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#if IOSS_DEBUG_OUTPUT
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#endif

#ifdef SEACAS_HAVE_MPI
Expand Down

0 comments on commit bd268f1

Please sign in to comment.