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"