mirror of https://github.com/BOINC/boinc.git
Mac: fix compiler warning
svn path=/trunk/boinc/; revision=21755
This commit is contained in:
parent
989dda3d43
commit
9c185c44b0
|
@ -4291,3 +4291,9 @@ David 15 Jun 2010
|
|||
sched_version.cpp
|
||||
client/
|
||||
log_flags.cpp
|
||||
|
||||
Charlie 15 Jun 2010
|
||||
Mac: fix compiler warning.
|
||||
|
||||
lib/
|
||||
procinfo_mac.cpp
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
|
||||
#if SHOW_TIMING
|
||||
#include <Carbon/Carbon.h>
|
||||
#include "client_msgs.h"
|
||||
#endif
|
||||
|
||||
#include "procinfo.h"
|
||||
#include "client_msgs.h"
|
||||
#include "client_state.h"
|
||||
|
||||
using std::vector;
|
||||
|
|
Loading…
Reference in New Issue