add license includes

This commit is contained in:
Maxime Gimeno 2018-10-05 17:09:43 +02:00
parent 0c800d5830
commit e8cf3f3192
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@
#include <fstream>
#include <vector>
#include <CGAL/license/Mesh_2.h>
//todo try to factorize with functors
namespace CGAL{
// writes the appended data into the .vtu file

View File

@ -23,6 +23,9 @@
#ifndef CGAL_VTK_IO_H
#define CGAL_VTK_IO_H
#include <CGAL/license/Mesh_3.h>
#include <fstream>
#include <vector>