Merge branch 'v3/master' into v3/sonarmemleakfix

This commit is contained in:
Ervin Hegedus
2024-08-05 14:04:04 +02:00
committed by GitHub
123 changed files with 1971 additions and 5864 deletions

View File

@@ -15,7 +15,11 @@
#include <string.h>
#include <sys/stat.h>
#ifndef WIN32
#include <unistd.h>
#else
#include <io.h>
#endif
#include <ctime>
#include <iostream>