From 6998d0185c22e94ad0d407821842dbb979472b40 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sat, 25 Jul 2009 02:19:16 +0200 Subject: Fix build with old ACE lib But anyway, you should update your ACE lib --HG-- branch : trunk --- src/shared/Errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 5cfd109ee01..2b3e441dd82 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -24,7 +24,7 @@ #include "Common.h" #ifndef HAVE_CONFIG_H -#define HAVE_ACE_STACK_TRACE_H 1 +#include #endif #ifdef HAVE_ACE_STACK_TRACE_H -- cgit v1.2.3