Skip to content

Commit

Permalink
Properly guard an include.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed May 6, 2024
1 parent 3c16d6d commit c9ac7f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/deal.II/base/thread_management.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#include <deal.II/base/mutex.h>
#include <deal.II/base/template_constraints.h>

#include <taskflow/taskflow.hpp>
#ifdef DEAL_II_WITH_TASKFLOW
# include <taskflow/taskflow.hpp>
#endif

#include <atomic>
#include <functional>
Expand Down

0 comments on commit c9ac7f3

Please sign in to comment.