Add include of license

This commit is contained in:
Maxime Gimeno 2018-12-12 16:50:51 +01:00
parent f8f53ba704
commit c6835292d8
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#ifndef CGAL_WRITE_VTK_IO_H #ifndef CGAL_WRITE_VTK_IO_H
#define CGAL_WRITE_VTK_IO_H #define CGAL_WRITE_VTK_IO_H
#include <CGAL/license/Polyhedron.h>
#include <fstream> #include <fstream>
#include <vector> #include <vector>
template <class FT> template <class FT>