mirror of https://github.com/BOINC/boinc.git
Fix compile errors caused by missing header file
This commit is contained in:
parent
f564bb5202
commit
ad5c7808fd
|
@ -25,6 +25,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
#include <string>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue