Skip to content

Commit

Permalink
Merge pull request #955 from biddisco/missing_include
Browse files Browse the repository at this point in the history
Fix missing runtime include for non-unity build
  • Loading branch information
msimberg authored Jan 12, 2024
2 parents ed7b71e + ca8d317 commit 0acfef1
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 0acfef1

Please sign in to comment.