]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a couple missing includes 16550/head
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 26 Jan 2024 20:11:12 +0000 (15:11 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 26 Jan 2024 20:12:49 +0000 (15:12 -0500)
include/deal.II/base/tensor.h
include/deal.II/base/vectorization.h

index 85a07e8e18f2860d83307e2d62634b3c49e124ed..3f01782dc815060ee7d7854304b5e38a29134ebe 100644 (file)
@@ -39,6 +39,7 @@
 #endif
 
 
+#include <array>
 #include <cmath>
 #include <ostream>
 #include <type_traits>
index 95d78681b037d99abaefd1a044660f929411cfee..4299fa045baf1fb5d77c2ed570b0cbbee4dfb02f 100644 (file)
@@ -22,6 +22,7 @@
 #include <deal.II/base/exceptions.h>
 #include <deal.II/base/template_constraints.h>
 
+#include <algorithm>
 #include <array>
 #include <cmath>
 

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.