diff --git a/cpp/mrc/include/mrc/coroutines/scheduler.hpp b/cpp/mrc/include/mrc/coroutines/scheduler.hpp index e4aed57b1..1b0aac502 100644 --- a/cpp/mrc/include/mrc/coroutines/scheduler.hpp +++ b/cpp/mrc/include/mrc/coroutines/scheduler.hpp @@ -25,9 +25,12 @@ #include #include +// IWYU thinks this is needed, but it's not +// IWYU pragma: no_include "mrc/coroutines/task_container.hpp" + namespace mrc::coroutines { -class TaskContainer; +class TaskContainer; // IWYU pragma: keep /** * @brief Scheduler base class