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:
Eric J. Korpela 2005-12-20 05:20:44 +00:00
parent ebd63209ce
commit 7c41262c6c
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#endif
#if !defined(_WIN32) || defined(__CYGWIN32__)
#include "config.h"
#include <iostream>
#include <vector>
#include <string>