Skip to content

Commit

Permalink
Merge pull request #9802
Browse files Browse the repository at this point in the history
c3fc0ff common: add missing iomanip include (tobtoht)
  • Loading branch information
tobtoht committed Feb 17, 2025
2 parents aae0c77 + c3fc0ff commit 802844d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/stack_trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "easylogging++/easylogging++.h"

#include <stdexcept>
#include <iomanip>
#ifdef USE_UNWIND
#define UNW_LOCAL_ONLY
#include <libunwind.h>
Expand Down

0 comments on commit 802844d

Please sign in to comment.