mirror of https://github.com/CGAL/cgal
Add license headers
This commit is contained in:
parent
65429ed23d
commit
d118bc7600
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef CGAL_READ_LAS_POINTS_H
|
||||
#define CGAL_READ_LAS_POINTS_H
|
||||
|
||||
#include <CGAL/license/Point_set_processing_3.h>
|
||||
|
||||
#include <CGAL/property_map.h>
|
||||
#include <CGAL/value_type_traits.h>
|
||||
#include <CGAL/point_set_processing_assertions.h>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef CGAL_WRITE_LAS_POINTS_H
|
||||
#define CGAL_WRITE_LAS_POINTS_H
|
||||
|
||||
#include <CGAL/license/Point_set_processing_3.h>
|
||||
|
||||
#include <CGAL/property_map.h>
|
||||
#include <CGAL/value_type_traits.h>
|
||||
#include <CGAL/point_set_processing_assertions.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue