Skip to content

Commit

Permalink
fix: include fmt/ranges.h in Ioss_Decomposition.C, Ioss_ParallelUtils…
Browse files Browse the repository at this point in the history
….h (fmt-11) (#477)

* fix: include fmt/ranges.h in Ioss_Decomposition.C

Signed-off-by: Wouter Deconinck <wouter.deconinck@umanitoba.ca>

* fix: include fmt/ranges.h in Ioss_ParallelUtils.h

Signed-off-by: Wouter Deconinck <wouter.deconinck@umanitoba.ca>

---------

Signed-off-by: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
  • Loading branch information
wdconinc authored Aug 5, 2024
1 parent 049a054 commit 424bd6a
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 424bd6a

Please sign in to comment.