thank you toml11 maintainer for naming your header some super generic name that clashes with every single other toml library B)

This commit is contained in:
Lion Kortlepel
2022-06-04 16:50:41 +03:00
parent 0621c0bf82
commit 25391fa0c7
2 changed files with 2 additions and 2 deletions

View File

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