From 25391fa0c714c8d10ca37e2d1a74f7c2aa9cefdc Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 4 Jun 2022 16:50:41 +0300 Subject: [PATCH] thank you toml11 maintainer for naming your header some super generic name that clashes with every single other toml library B) --- include/TConfig.h | 2 +- include/TLuaEngine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/TConfig.h b/include/TConfig.h index 2349cc8..fe43d5c 100644 --- a/include/TConfig.h +++ b/include/TConfig.h @@ -6,7 +6,7 @@ #include #define TOML11_PRESERVE_COMMENTS_BY_DEFAULT -#include // header-only version of TOML++ +#include // header-only version of TOML++ namespace fs = std::filesystem; diff --git a/include/TLuaEngine.h b/include/TLuaEngine.h index 170907c..ee4e953 100644 --- a/include/TLuaEngine.h +++ b/include/TLuaEngine.h @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include