fix more bugs and crap

This commit is contained in:
Arisotura
2024-06-15 20:57:26 +02:00
parent 890dc4f228
commit 649462ff5c
3 changed files with 34 additions and 10 deletions

View File

@ -25,12 +25,7 @@
#include <unordered_map>
#include <tuple>
#ifndef TOML11_VALUE_HPP
namespace toml
{
class value;
}
#endif
#include "toml/value.hpp"
namespace Config
{