aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Errors.h')
-rw-r--r--src/shared/Errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/Errors.h b/src/shared/Errors.h
index 992b1752a0f..5cfd109ee01 100644
--- a/src/shared/Errors.h
+++ b/src/shared/Errors.h
@@ -23,6 +23,10 @@
#include "Common.h"
+#ifndef HAVE_CONFIG_H
+#define HAVE_ACE_STACK_TRACE_H 1
+#endif
+
#ifdef HAVE_ACE_STACK_TRACE_H
#include "ace/Stack_Trace.h"
#endif