summaryrefslogtreecommitdiff
path: root/dev-db/mongodb/files/mongodb-4.0.12-boost-1.71-cxxabi-include.patch
blob: b65f91236770446ba084cb265f316473d02beac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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
 //