diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 7c31f3a1b..2672730e8 100644 --- a/SystemInformation.cxx +++ b/SystemInformation.cxx @@ -88,6 +88,15 @@ typedef int siginfo_t; # include # define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN # endif +# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE) +# include +# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE) +# include +# endif +# if defined(KWSYS_SYSTEMINFORMATION_HAS_SYMBOL_LOOKUP) +# include +# endif +# endif #endif #if defined(__OpenBSD__) || defined(__NetBSD__)