missing includes

This commit is contained in:
2022-01-05 14:34:57 +01:00
parent ebb69b6096
commit d275be643c
5 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#include "ml_date.h"
#include <cstring>
long now() { // get-universal-time
time_t t = std::time(nullptr);