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

Commit 5cfa86c

Browse files
committed
include fmt/ranges.h for using fmt::join()
fmt::join() was moved into fmt/ranges.h in fmt 11, so let's include this header file also. Signed-off-by: Kefu Chai <tchaikov@gmail.com>
1 parent bcdcaeb commit 5cfa86c

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)