mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-14 06:06:07 -05:00
Update cppformat v2 to fmtlib v4
* I did this mainly to remove some build warnings that were showing up in cppformat v2 underneath clang (the default macOS compiler) * At this point, WUT will build on macOS with no warnings whatsoever.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <excmd.h>
|
||||
#include <format.h>
|
||||
#include <fmt/format.h>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user