]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add necessary std header files. 18237/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 13 Mar 2025 00:09:45 +0000 (18:09 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 13 Mar 2025 00:10:13 +0000 (18:10 -0600)
source/base/polynomials_integrated_legendre_sz.cc
source/grid/grid_generator.cc
source/lac/exceptions.cc
source/lac/tensor_product_matrix.cc
source/numerics/vector_tools_project_qp.cc
source/numerics/vector_tools_project_qpmf.cc

index 7faf5262e10c14d2b804f1fd5de424da0a9987bb..3d179dd8894ffd9a0c21e1db3521b9bf9d2e3beb 100644 (file)
@@ -15,6 +15,8 @@
 
 #include <deal.II/base/polynomials_integrated_legendre_sz.h>
 
+#include <vector>
+
 DEAL_II_NAMESPACE_OPEN
 
 IntegratedLegendreSZ::IntegratedLegendreSZ(const unsigned int k)
index b2954e83da77105e777d929b3c43fb05541547bc..8e80409127ed541c815c965aa9b47467c6c70452 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <array>
 #include <cmath>
+#include <complex>
 #include <limits>
 
 
index 2466c66e00de72adea78cb2aa23ba215a624f393..485709739c043ed3e78c6a0357f53c43843c4c17 100644 (file)
 
 #include <deal.II/lac/exceptions.h>
 
+#include <iostream>
+
 #ifdef DEAL_II_WITH_PETSC
 #  include <petscsys.h>
 #endif // DEAL_II_WITH_PETSC
 
+
 DEAL_II_NAMESPACE_OPEN
 
 namespace LACExceptions
index 560996e2d403743064159d310796cedbfa4a07bf..f42dfe2283e0846ac88a889c3d7e4ed06339b6d9 100644 (file)
@@ -14,6 +14,9 @@
 
 #include <deal.II/lac/tensor_product_matrix.templates.h>
 
+#include <array>
+
+
 DEAL_II_NAMESPACE_OPEN
 
 namespace internal
index df99fa393a12f37837d048c71ed0a752413c54e2..f5d5ad9d3f36f68b7fb86c7b29cc456b1c06dabb 100644 (file)
@@ -15,6 +15,8 @@
 
 #include <deal.II/numerics/vector_tools_project.templates.h>
 
+#include <functional>
+
 
 DEAL_II_NAMESPACE_OPEN
 
index 97262cba3aaf8c5e6d666c7ae93d0430a5161094..ca0f167ea1e7595ba734a2888155750b0601eaa6 100644 (file)
@@ -15,6 +15,9 @@
 
 #include <deal.II/numerics/vector_tools_project.templates.h>
 
+#include <functional>
+#include <memory>
+
 DEAL_II_NAMESPACE_OPEN
 
 // ---------------------------- explicit instantiations --------------------

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.