Skip to content

Commit

Permalink
add header file #incldue "format.hh" to fix building error about miss…
Browse files Browse the repository at this point in the history
…ing hex(...) function
  • Loading branch information
Passw committed Sep 19, 2024
1 parent 0e225db commit 5e0f9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backtrace.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "backtrace.hh"

#include "string.hh"
#include "format.hh"

#if defined(__GLIBC__) || defined(__APPLE__)
# include <execinfo.h>
Expand Down

0 comments on commit 5e0f9a2

Please sign in to comment.