Skip to content

Commit

Permalink
Add missing cstdlib include for std::free in demangle_helper.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Oct 31, 2024
1 parent d01a23e commit c5b574a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#pragma once

#include <pika/config.hpp>

#include <cstdlib>
#include <memory>
#include <string>
#include <type_traits>
Expand Down

0 comments on commit c5b574a

Please sign in to comment.