mirror of https://github.com/BOINC/boinc.git
parent
2e00bb3084
commit
5911a059dd
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <unistd.h>
|
||||
|
@ -39,6 +40,8 @@
|
|||
#include "fcgi_stdio.h"
|
||||
#endif
|
||||
|
||||
using std::string;
|
||||
|
||||
extern "C" {
|
||||
int isnan(double);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue