mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
10 lines
238 B
Diff
10 lines
238 B
Diff
--- a/src/libs/common/MuleDebug.cpp
|
|
+++ b/src/libs/common/MuleDebug.cpp
|
|
@@ -24,6 +24,7 @@
|
|
//
|
|
|
|
#include <cstdlib> // Needed for std::abort()
|
|
+#include <exception>
|
|
|
|
#include "config.h" // Needed for HAVE_CXXABI and HAVE_EXECINFO
|
|
|