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);
|
free(f);
|
||||||
}
|
}
|
||||||
#elif defined(HAVE_CXA_DEMANGLE)
|
#elif defined(HAVE_CXA_DEMANGLE)
|
||||||
namespace abi {
|
#include <cxxabi.h>
|
||||||
extern "C" char *__cxa_demangle( const char *mangled_name, char *buf, size_t *n, int *status);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BacktraceNames::Demangle()
|
void BacktraceNames::Demangle()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user