missing include added
This commit is contained in:
parent
3cc21b2814
commit
1b9942b1e0
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
#include "ml_date.h"
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
|
||||
long now() { // get-universal-time
|
||||
time_t t = std::time(nullptr);
|
||||
|
|
|
|||
Loading…
Reference in New Issue