Skip to content

Commit

Permalink
Fix compilation on GCC 12 on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
SeTSeR authored and BigRedEye committed Jan 30, 2023
1 parent fdc56ee commit ce091b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/demangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <cxxabi.h>

#include <utility>


namespace util {

Expand Down

0 comments on commit ce091b0

Please sign in to comment.