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