From fc6bec73d179f46201da4d2df4fde1932d8ac51c Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 18 Jul 2006 01:39:57 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10663 --- checkin_notes | 7 +++++++ clientgui/sg_ViewTabPage.cpp | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/checkin_notes b/checkin_notes index 15f45b05ea..b776c28d0e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7609,3 +7609,10 @@ David 17 July 2006 scheduler_ops.C lib/ app_ipc.C + +Charlie 17 July 2006 + - Fix lost changes from July 3 merge of simple gui and sandbox XCode projects. + + mac_build/ + boinc.xcodeproj/ + project.pbxproj diff --git a/clientgui/sg_ViewTabPage.cpp b/clientgui/sg_ViewTabPage.cpp index 0bd202daf5..d890d2a340 100644 --- a/clientgui/sg_ViewTabPage.cpp +++ b/clientgui/sg_ViewTabPage.cpp @@ -21,6 +21,10 @@ #pragma implementation "sg_ViewTabPage.h" #endif +#ifdef __APPLE__ +#include // For itoa() +#endif + #include "stdwx.h" #include "BOINCGUIApp.h" #include "MainDocument.h"