# # # patch "win32/parse_date.cc" # from [ae91f326f46ee710cf86f8253d85324efc5483c0] # to [60ae3ddc37c489b581e6191042519581000afbc5] # ============================================================ --- win32/parse_date.cc ae91f326f46ee710cf86f8253d85324efc5483c0 +++ win32/parse_date.cc 60ae3ddc37c489b581e6191042519581000afbc5 @@ -9,6 +9,8 @@ #include "base.hh" +#include "sanity.hh" + void parse_date(const std::string s, const std::string fmt, struct tm *tp) { // Apparently the Win32 API does not provide a date parsing function.