deps/fmt: update include statements

This commit is contained in:
Tyler Wilding
2025-03-30 21:57:29 -04:00
parent 7a24658b49
commit a47723ed12
145 changed files with 147 additions and 145 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "goalc/make/Tools.h"
#include "fmt/color.h"
#include "fmt/core.h"
#include "fmt/format.h"
std::string MakeStep::print() const {
std::string result = fmt::format("Tool {} with inputs", tool);