Merge branch 'master' of github.com:ToruNiina/toml11

This commit is contained in:
ToruNiina
2020-12-29 18:54:58 +09:00
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#define TOML11_COMMENTS_HPP #define TOML11_COMMENTS_HPP
#include <initializer_list> #include <initializer_list>
#include <iterator> #include <iterator>
#include <stdexcept>
#include <string> #include <string>
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>

View File

@@ -3,6 +3,7 @@
#ifndef TOML11_SOURCE_LOCATION_HPP #ifndef TOML11_SOURCE_LOCATION_HPP
#define TOML11_SOURCE_LOCATION_HPP #define TOML11_SOURCE_LOCATION_HPP
#include <cstdint> #include <cstdint>
#include <sstream>
#include "region.hpp" #include "region.hpp"