mirror of https://github.com/BOINC/boinc.git
- API: compile fix
svn path=/trunk/boinc/; revision=15447
This commit is contained in:
parent
48675cea31
commit
8a99ca794a
|
@ -34,6 +34,8 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -5052,3 +5052,9 @@ David 22 June 2008
|
||||||
client_state.C
|
client_state.C
|
||||||
lib/
|
lib/
|
||||||
coproc.C,h
|
coproc.C,h
|
||||||
|
|
||||||
|
David 23 June 2008
|
||||||
|
- API: compile fix
|
||||||
|
|
||||||
|
api/
|
||||||
|
reduce_main.C
|
||||||
|
|
Loading…
Reference in New Issue