Skip to content

Commit

Permalink
Added some missing includes for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Jul 27, 2024
1 parent eab1baa commit 1f5505c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/support/Backtrace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "crouton/util/MiniFormat.hh"
#include <exception>
#include <iostream>
#include <mutex>
#include <sstream>

namespace crouton {
Expand Down
1 change: 1 addition & 0 deletions src/support/Backtrace_cpptrace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "crouton/util/Backtrace.hh"
#include "cpptrace/cpptrace.hpp"
#include <cstring>
#include <dlfcn.h> // for dladdr()

namespace crouton {
Expand Down

0 comments on commit 1f5505c

Please sign in to comment.