Skip to content

Commit

Permalink
include fmt/ranges.h for using fmt::join()
Browse files Browse the repository at this point in the history
fmt::join() was moved into fmt/ranges.h in fmt 11, so let's include
this header file also.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Jul 21, 2024
1 parent 8571583 commit 854b40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_sets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <cassert>
#include <cmath>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <fstream>

#include "../extlib/filesystem.hpp"
Expand Down

0 comments on commit 854b40c

Please sign in to comment.