aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-24 06:16:31 +0200
committerKudlaty <none@none>2009-07-24 06:16:31 +0200
commit4f7e94ace27126cb272924f1f809635032edca97 (patch)
treeca660a977092e68d33fb8c650c7ceb6d1d547fce /src/shared
parent607dfaf8c9cf723a9a2244f88de506b609651341 (diff)
Merge [SD2]
r1095 Correct one spellId in hyjal - skip r1096 Remove more grid search code from scripts and use functions. r1097 Remove obsolete functions redefined in 1094 r1098 Added text for bosses in map 615 r1099 Added instance script for map 615 --HG-- branch : trunk
Diffstat (limited to 'src/shared')
-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