missing include added

This commit is contained in:
vaclavt 2022-01-13 21:55:08 +01:00
parent 3cc21b2814
commit 1b9942b1e0
1 changed files with 1 additions and 0 deletions

View File

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