fix implicit use of time()

This commit is contained in:
Jaka 2024-04-18 09:40:00 +02:00
commit c871e435e4
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
*/
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <inttypes.h>
#include <iostream>