From d118bc7600a2a199fbc567b26ba34b2b3d5cc85a Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 7 Jun 2017 12:04:49 +0200 Subject: [PATCH] Add license headers --- Point_set_processing_3/include/CGAL/IO/read_las_points.h | 2 ++ Point_set_processing_3/include/CGAL/IO/write_las_points.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/IO/read_las_points.h b/Point_set_processing_3/include/CGAL/IO/read_las_points.h index 05ed3763151..c8491403b52 100644 --- a/Point_set_processing_3/include/CGAL/IO/read_las_points.h +++ b/Point_set_processing_3/include/CGAL/IO/read_las_points.h @@ -20,6 +20,8 @@ #ifndef CGAL_READ_LAS_POINTS_H #define CGAL_READ_LAS_POINTS_H +#include + #include #include #include diff --git a/Point_set_processing_3/include/CGAL/IO/write_las_points.h b/Point_set_processing_3/include/CGAL/IO/write_las_points.h index e6bd53ff6b8..5d53d91ba91 100644 --- a/Point_set_processing_3/include/CGAL/IO/write_las_points.h +++ b/Point_set_processing_3/include/CGAL/IO/write_las_points.h @@ -20,6 +20,8 @@ #ifndef CGAL_WRITE_LAS_POINTS_H #define CGAL_WRITE_LAS_POINTS_H +#include + #include #include #include