From 7c41262c6c9d58eb19cbaebbadd884de11dd8101 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Tue, 20 Dec 2005 05:20:44 +0000 Subject: [PATCH] Include "config.h" before the std C++ header files when compiling non-Win32 or CYGWIN svn path=/trunk/boinc/; revision=9101 --- client/cpp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/cpp.h b/client/cpp.h index 825915430b..5ea5d41794 100644 --- a/client/cpp.h +++ b/client/cpp.h @@ -23,6 +23,7 @@ #endif #if !defined(_WIN32) || defined(__CYGWIN32__) +#include "config.h" #include #include #include