mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
add missing header files
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
#ifndef TOML11_DATETIME
|
#ifndef TOML11_DATETIME
|
||||||
#define TOML11_DATETIME
|
#define TOML11_DATETIME
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
#include <tuple>
|
||||||
|
#include <array>
|
||||||
|
#include <ostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
#include <cstdint>
|
||||||
|
#include <cstdlib>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
||||||
namespace toml
|
namespace toml
|
||||||
|
Reference in New Issue
Block a user