From e8cf3f319283f683f3fa682183d18ef5ff719ce2 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 5 Oct 2018 17:09:43 +0200 Subject: [PATCH] add license includes --- Mesh_2/include/CGAL/IO/vtk_io_2.h | 3 +++ Mesh_3/include/CGAL/IO/vtk_io.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Mesh_2/include/CGAL/IO/vtk_io_2.h b/Mesh_2/include/CGAL/IO/vtk_io_2.h index 3544142f13f..59b2d5f1ee9 100644 --- a/Mesh_2/include/CGAL/IO/vtk_io_2.h +++ b/Mesh_2/include/CGAL/IO/vtk_io_2.h @@ -27,6 +27,9 @@ #include #include +#include + + //todo try to factorize with functors namespace CGAL{ // writes the appended data into the .vtu file diff --git a/Mesh_3/include/CGAL/IO/vtk_io.h b/Mesh_3/include/CGAL/IO/vtk_io.h index 969a9a20be2..c062294419c 100644 --- a/Mesh_3/include/CGAL/IO/vtk_io.h +++ b/Mesh_3/include/CGAL/IO/vtk_io.h @@ -23,6 +23,9 @@ #ifndef CGAL_VTK_IO_H #define CGAL_VTK_IO_H +#include + + #include #include