mirror of https://github.com/BOINC/boinc.git
- server compile fix for gcc 4.3
svn path=/trunk/boinc/; revision=15647
This commit is contained in:
parent
df4ae4f07a
commit
007b3ba9dd
|
@ -5916,3 +5916,9 @@ David 21 July 2008
|
|||
clientgui/
|
||||
DlgAdvPreferences.cpp
|
||||
ViewWork.cpp
|
||||
|
||||
David 21 July 2008
|
||||
- server compile fix for gcc 4.3
|
||||
|
||||
sched/
|
||||
sched_config.h
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "regex.h"
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
|
||||
using std::vector;
|
||||
|
||||
// parsed version of server configuration file
|
||||
|
|
Loading…
Reference in New Issue