Skip to content

Commit

Permalink
common: add missing iomanip include
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Feb 17, 2025
1 parent 13002dd commit c3fc0ff
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 c3fc0ff

Please sign in to comment.