Skip to content

Commit

Permalink
Merge pull request #2670 from MehdiChinoune/patch-1
Browse files Browse the repository at this point in the history
Fix build with fmt-11
  • Loading branch information
phlptp committed Sep 17, 2024
2 parents 96ce675 + b47bedd commit 389bc89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helics/application_api/helicsTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ SPDX-License-Identifier: BSD-3-Clause

#include <algorithm>
#include <fmt/format.h>
#if FMT_VERSION >= 110000
# include <fmt/ranges.h>
#endif
#include <functional>
#include <numeric>
#include <regex>
Expand Down

0 comments on commit 389bc89

Please sign in to comment.