mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
fix: add missing include file
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <cctype>
|
||||
|
||||
namespace toml
|
||||
{
|
||||
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#include <cassert>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
|
||||
namespace toml
|
||||
|
Reference in New Issue
Block a user