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
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include <filesystem> #include <filesystem>
#define TOML11_PRESERVE_COMMENTS_BY_DEFAULT #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; namespace fs = std::filesystem;

View File

@ -13,7 +13,7 @@
#include <queue> #include <queue>
#include <random> #include <random>
#include <set> #include <set>
#include <toml.hpp> #include <toml11/toml.hpp>
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>