Skip to content

Commit

Permalink
include fmt/ranges.h for using fmt::join() (#360)
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.
  • Loading branch information
tchaikov authored Jul 22, 2024
1 parent 8571583 commit 919be1f
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 919be1f

Please sign in to comment.