mirror of https://github.com/BOINC/boinc.git
MGR: Fix build break on Mac
svn path=/trunk/boinc/; revision=22237
This commit is contained in:
parent
4b48b0d419
commit
45aa09a670
|
@ -6064,3 +6064,9 @@ David 14 Aug 2010
|
|||
|
||||
lib/
|
||||
gui_rpc_client.h
|
||||
|
||||
Charlie 14 Aug 2010
|
||||
- MGR: Fix build break on Mac.
|
||||
|
||||
clientgui/
|
||||
AsyncRPC.cpp
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#endif
|
||||
|
||||
#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
|
||||
//#include <xlocale.h>
|
||||
#include <xlocale.h>
|
||||
//#include "gui_rpc_client.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue