must include fmt/ranges.h for fmt::join()

This commit is contained in:
Axel Kohlmeyer
2024-01-04 22:45:53 -05:00
parent 1e9eb933be
commit 8ae9151b30
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@
#include "modify.h"
#include "update.h"
#include "fmt/ranges.h"
#include <cstring>
#include <vector>

View File

@ -68,6 +68,8 @@
#include "pair_kim.h"
#include "variable.h"
#include "fmt/ranges.h"
#include <cstdlib>
#include <cstring>
#include <vector>