examples: add missing <ctime> include for time() (#1011)

This commit is contained in:
Pavol Rusnak
2023-04-16 12:13:00 +02:00
committed by GitHub
parent 2d3481c721
commit 489537e6cf
3 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <cmath>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <fstream>
#include <iostream>
#include <string>