Skip to content

Commit

Permalink
Fix missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
pcafrica committed Jul 14, 2023
1 parent 4dab4bc commit 7e9d3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/grid/serialization_01.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <deal.II/grid/grid_generator.h>
#include <deal.II/grid/tria.h>

#include <deal.II/lac/la_vector.h>
#include <deal.II/lac/vector.h>

#include <deal.II/numerics/vector_tools.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <boost/serialization/vector.hpp>

#include "../fullydistributed_grids/tests.h"
#include "../grid/tests.h"
#include "serialization.h"

using namespace dealii;
Expand Down

0 comments on commit 7e9d3d4

Please sign in to comment.