From b41e9ee913fd52fd73a8c09bb5f39679c8794076 Mon Sep 17 00:00:00 2001 From: wangli28 Date: Mon, 17 Feb 2020 10:44:37 +0000 Subject: [PATCH 1/2] Include in datetime.cpp --- source/datetime.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/datetime.cpp b/source/datetime.cpp index e6e8fa5b..76e31c1a 100644 --- a/source/datetime.cpp +++ b/source/datetime.cpp @@ -15,6 +15,7 @@ #include #endif #include +#include namespace { std::tm localtime() From fd524e9b5eb32d6797924ae590aadd02d4c2ca12 Mon Sep 17 00:00:00 2001 From: wangli28 Date: Tue, 3 Mar 2020 13:10:07 +0000 Subject: [PATCH 2/2] Modify to include --- source/datetime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/datetime.cpp b/source/datetime.cpp index 76e31c1a..c3ae852a 100644 --- a/source/datetime.cpp +++ b/source/datetime.cpp @@ -15,7 +15,7 @@ #include #endif #include -#include +#include namespace { std::tm localtime()