I don't know why this was changed, but include the header.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user