Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 919be1f

Browse files
authored
include fmt/ranges.h for using fmt::join() (#360)
fmt::join() was moved into fmt/ranges.h in fmt 11, so let's include this header file also.
1 parent 8571583 commit 919be1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_sets.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <cassert>
33
#include <cmath>
44
#include <fmt/format.h>
5+
#include <fmt/ranges.h>
56
#include <fstream>
67

78
#include "../extlib/filesystem.hpp"

0 commit comments

Comments
 (0)