From 1b9942b1e0ac10f14819bbefc930ebb176d9d670 Mon Sep 17 00:00:00 2001 From: vaclavt Date: Thu, 13 Jan 2022 21:55:08 +0100 Subject: [PATCH] missing include added --- ml_date.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ml_date.cpp b/ml_date.cpp index 0e6373c..ee0304f 100644 --- a/ml_date.cpp +++ b/ml_date.cpp @@ -1,6 +1,7 @@ #include "ml_date.h" #include +#include long now() { // get-universal-time time_t t = std::time(nullptr);