Skip to content

Commit

Permalink
Merge pull request #13015 from bangerth/clean
Browse files Browse the repository at this point in the history
Guard a forward declaration.
  • Loading branch information
kronbichler committed Nov 30, 2021
2 parents 1842c56 + caebe40 commit ae3a233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/deal.II/base/multithread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@

# include <memory>

# ifdef DEAL_II_WITH_TASKFLOW
// forward declaration from <taskflow/taskflow.hpp>
namespace tf
{
class Executor;
}
# endif


DEAL_II_NAMESPACE_OPEN

Expand Down

0 comments on commit ae3a233

Please sign in to comment.