Skip to content

Commit

Permalink
Fix build with fmt-11
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune authored Sep 14, 2024
1 parent 96ce675 commit ad81209
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 ad81209

Please sign in to comment.