diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-17 17:30:27 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-17 17:30:27 +0100 |
| commit | 6ccd3200bfdead73dd1052361e90d62565f911b4 (patch) | |
| tree | c718517f55448ba651eeeef12183cff8de9f786e | |
| parent | 70afa6b7bcdea59ec3eec446f6bf39d24174f3c5 (diff) | |
| download | monzero-core-6ccd3200bfdead73dd1052361e90d62565f911b4.tar.gz monzero-core-6ccd3200bfdead73dd1052361e90d62565f911b4.tar.xz monzero-core-6ccd3200bfdead73dd1052361e90d62565f911b4.zip | |
common: add missing iomanip include
| -rw-r--r-- | src/common/stack_trace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/stack_trace.cpp b/src/common/stack_trace.cpp index 130ba4d81..1f946ddef 100644 --- a/src/common/stack_trace.cpp +++ b/src/common/stack_trace.cpp @@ -34,6 +34,7 @@ #include "easylogging++/easylogging++.h" #include <stdexcept> +#include <iomanip> #ifdef USE_UNWIND #define UNW_LOCAL_ONLY #include <libunwind.h> |
