Skip to content

Commit

Permalink
IWYU fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Oct 20, 2023
1 parent 9609cce commit d3a4989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpp/mrc/include/mrc/coroutines/scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
#include <mutex>
#include <string>

// 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
Expand Down

0 comments on commit d3a4989

Please sign in to comment.