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

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