Skip to content

Commit

Permalink
Fix missing runtime include (non unity build)
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Jan 12, 2024
1 parent ed7b71e commit ca8d317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/pika/runtime/src/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <pika/thread_support/set_thread_name.hpp>
#include <pika/threading_base/external_timer.hpp>
#include <pika/threading_base/scheduler_mode.hpp>
#include <pika/threading_base/thread_helpers.hpp>
#include <pika/topology/topology.hpp>
#include <pika/version.hpp>

Expand Down

0 comments on commit ca8d317

Please sign in to comment.