Skip to content

Commit

Permalink
Add missing include to thread_stacktrace.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 6, 2024
1 parent 619ea8e commit c41daf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/pika/runtime/src/thread_stacktrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#include <pika/config.hpp>
#include <pika/runtime/runtime_fwd.hpp>
#include <pika/runtime/thread_pool_helpers.hpp>
#include <pika/runtime/thread_stacktrace.hpp>
#include <pika/threading_base/thread_data.hpp>
Expand Down

0 comments on commit c41daf6

Please sign in to comment.