*** empty log message ***

svn path=/trunk/boinc/; revision=10025
This commit is contained in:
Rom Walton 2006-04-25 18:28:44 +00:00
parent b76f2dd09d
commit a1854c471c
2 changed files with 14 additions and 0 deletions

View File

@ -4177,3 +4177,9 @@ Rom 24 Apr 2006
clientgui/
MainDocument.h
Rom 25 Apr 2006
- Bug Fix: Fix for missing includes.
client/
cpu_sched.C

View File

@ -17,6 +17,14 @@
// or write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifdef _WIN32
#include "boinc_win.h"
#endif
#ifndef _WIN32
#include <cassert>
#endif
#include "client_msgs.h"
#include "client_state.h"