fix: add missing include file

This commit is contained in:
ToruNiina 2024-06-16 19:31:29 +09:00
parent c5851db533
commit cb1a20407d
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <cctype>
namespace toml namespace toml
{ {

View File

@ -8,6 +8,7 @@
#include <sstream> #include <sstream>
#include <cassert> #include <cassert>
#include <cctype>
#include <cstring> #include <cstring>
namespace toml namespace toml