Skip to content
Snippets Groups Projects
Commit 9411d690 authored by Tom Fischer's avatar Tom Fischer
Browse files

[T/MeL] Add necessary includes.

parent 6356c1b4
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#include <ctime> #include <ctime>
#include <iterator> #include <iterator>
#include <list>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "MeshLib/MeshGenerators/MeshGenerator.h" #include "MeshLib/MeshGenerators/MeshGenerator.h"
......
...@@ -12,29 +12,28 @@ ...@@ -12,29 +12,28 @@
* *
*/ */
#include "InfoLib/TestInfo.h" #include <vtkCellData.h>
#include <vtkNew.h>
#include <vtkPointData.h>
#include <vtkSmartPointer.h>
#include <vtkUnstructuredGrid.h>
#include <vtkXMLUnstructuredGridReader.h>
#include <vtkXMLUnstructuredGridWriter.h>
#include <memory> #include <memory>
#include <numeric> #include <numeric>
#include "filesystem.h" #include "BaseLib/StringTools.h"
#include "MeshLib/IO/VtkIO/VtuInterface.h" #include "InfoLib/TestInfo.h"
#include "MeshLib/Elements/Element.h" #include "MeshLib/Elements/Element.h"
#include "MeshLib/IO/VtkIO/VtuInterface.h"
#include "MeshLib/Mesh.h" #include "MeshLib/Mesh.h"
#include "MeshLib/MeshGenerators/MeshGenerator.h" #include "MeshLib/MeshGenerators/MeshGenerator.h"
#include "MeshLib/MeshGenerators/VtkMeshConverter.h" #include "MeshLib/MeshGenerators/VtkMeshConverter.h"
#include "MeshLib/Vtk/VtkMappedMeshSource.h" #include "MeshLib/Vtk/VtkMappedMeshSource.h"
#include "filesystem.h"
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include <vtkNew.h>
#include <vtkUnstructuredGrid.h>
#include <vtkSmartPointer.h>
#include <vtkXMLUnstructuredGridWriter.h>
#include <vtkXMLUnstructuredGridReader.h>
#include <vtkCellData.h>
#include <vtkPointData.h>
// Creates a mesh with different types of data (double, int, etc.) and point, // Creates a mesh with different types of data (double, int, etc.) and point,
// cell, or integration point properties. // cell, or integration point properties.
class InSituMesh : public ::testing::Test class InSituMesh : public ::testing::Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment