mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10025
This commit is contained in:
parent
b76f2dd09d
commit
a1854c471c
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue