]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a missing header file. 17070/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 May 2024 17:30:11 +0000 (11:30 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 May 2024 17:30:11 +0000 (11:30 -0600)
We use concepts in this file, but don't include the necessary header file. This only
shows up if you compile in C++20 mode.

include/deal.II/numerics/time_dependent.h

index d4d6897f387dad87f1b5347863e2d76fd1eaa6d1..01f023e868f85ed0eae3eafc44702192b69275fb 100644 (file)
@@ -21,6 +21,7 @@
 #include <deal.II/base/exceptions.h>
 #include <deal.II/base/smartpointer.h>
 #include <deal.II/base/subscriptor.h>
+#include <deal.II/base/template_constraints.h>
 
 #include <utility>
 #include <vector>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.