rebase fixup

This commit is contained in:
Lion Kortlepel
2022-05-26 21:13:18 +02:00
parent 36547d1e9e
commit 0621c0bf82
5 changed files with 17 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
#include <filesystem>
#define TOML11_PRESERVE_COMMENTS_BY_DEFAULT
#include <toml11/toml.hpp> // header-only version of TOML++
#include <toml.hpp> // header-only version of TOML++
namespace fs = std::filesystem;