Mac: fix compiler warning

svn path=/trunk/boinc/; revision=21755
This commit is contained in:
Charlie Fenton 2010-06-16 02:10:23 +00:00
parent 989dda3d43
commit 9c185c44b0
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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;