mirror of https://github.com/CGAL/cgal
add license includes
This commit is contained in:
parent
0c800d5830
commit
e8cf3f3192
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
#ifndef CGAL_VTK_IO_H
|
||||
#define CGAL_VTK_IO_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue