Modify to include<stdexcept>

This commit is contained in:
wangli28 2020-03-03 13:10:07 +00:00
parent b41e9ee913
commit fd524e9b5e

View File

@ -15,7 +15,7 @@
#include <windows.h> #include <windows.h>
#endif #endif
#include <array> #include <array>
#include <ostream> #include <stdexcept>
namespace { namespace {
std::tm localtime() std::tm localtime()