gentoo-overlay/dev-db/mongodb/files/mongodb-4.0.12-boost-1.71-cxxabi-include.patch

12 lines
227 B
Diff

--- 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
//