You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mongodb/files/mongodb-4.0.12-boost-1.71-c...

13 lines
227 B

--- a/src/mongo/util/heap_profiler.cpp
+++ b/src/mongo/util/heap_profiler.cpp
@@ -49,6 +49,9 @@
#include <dlfcn.h>
#include <execinfo.h>
+// for abi::__cxa_demangle
+#include <cxxabi.h>
+
//
// Sampling heap profiler
//