I don't know why this was changed, but include the header.

This commit is contained in:
Steve Checkoway
2007-08-19 04:12:21 +00:00
parent 422b9d5aa5
commit 74b056c2af
@@ -33,9 +33,7 @@ void BacktraceNames::Demangle()
free(f);
}
#elif defined(HAVE_CXA_DEMANGLE)
namespace abi {
extern "C" char *__cxa_demangle( const char *mangled_name, char *buf, size_t *n, int *status);
}
#include <cxxabi.h>
void BacktraceNames::Demangle()
{