mirror of https://github.com/BOINC/boinc.git
Include "config.h" before the std C++ header files when compiling non-Win32
or CYGWIN svn path=/trunk/boinc/; revision=9101
This commit is contained in:
parent
ebd63209ce
commit
7c41262c6c
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#if !defined(_WIN32) || defined(__CYGWIN32__)
|
||||
#include "config.h"
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue