mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3600
This commit is contained in:
parent
af4d1799f3
commit
770eb34cf1
|
@ -20,6 +20,9 @@
|
|||
#ifndef _BOINC_API_
|
||||
#define _BOINC_API_
|
||||
|
||||
// NOTE: this is required on windows as well as unix, do not add "#ifndef
|
||||
// _WIN32" -- if something is not working on windows let's find a working
|
||||
// solution
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in New Issue