From 45aa09a6706bbfb92c4f35535bad821e7de33a47 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 14 Aug 2010 22:37:56 +0000 Subject: [PATCH] MGR: Fix build break on Mac svn path=/trunk/boinc/; revision=22237 --- checkin_notes | 6 ++++++ clientgui/AsyncRPC.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 3e9dda5ced..1480913dec 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientgui/AsyncRPC.cpp b/clientgui/AsyncRPC.cpp index a1a4aca9cb..2c87773711 100755 --- a/clientgui/AsyncRPC.cpp +++ b/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 +#include //#include "gui_rpc_client.h" #endif