Fix compile errors caused by missing header file

This commit is contained in:
computezrmle 2022-11-14 17:50:28 +01:00 committed by GitHub
parent f564bb5202
commit ad5c7808fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <cmath> #include <cmath>
#include <ctime>
#include <string> #include <string>
#include <unistd.h> #include <unistd.h>
#endif #endif