*** empty log message ***

svn path=/trunk/boinc/; revision=363
This commit is contained in:
David Anderson 2002-08-22 20:23:24 +00:00
parent dfa44563db
commit 5eb4608bd2
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "parse.h"
#include "error_numbers.h"
#include "file_names.h"
#include "boinc_api.h"

View File

@ -24,7 +24,11 @@
#ifndef _CLIENT_TYPES_
#define _CLIENT_TYPES_
#ifdef _WIN32
#include <windows_cpp.h>
#endif
#include <vector>
#include <stdio.h>