From e1c2d50796acc06282e6bfc7fe2ea5446a0cf928 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sat, 25 Jul 2009 14:36:42 +0200 Subject: Fix build on windows and propably on centos --HG-- branch : trunk --- src/shared/Errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared') diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 2b3e441dd82..bb17b94cbd0 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -23,9 +23,11 @@ #include "Common.h" +#if PLATFORM != PLATFORM_WINDOWS #ifndef HAVE_CONFIG_H #include #endif +#endif #ifdef HAVE_ACE_STACK_TRACE_H #include "ace/Stack_Trace.h" -- cgit v1.2.3