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>
#endif
#include <array>
#include <ostream>
#include <stdexcept>
namespace {
std::tm localtime()