add missing license header

This commit is contained in:
Sébastien Loriot 2024-01-04 13:55:35 +01:00
parent cc3278e0a1
commit e214d40c0e
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef CGAL_DEFORMATION_EIGEN_CLOSEST_ROTATION_TRAITS_3_H
#define CGAL_DEFORMATION_EIGEN_CLOSEST_ROTATION_TRAITS_3_H
#include <CGAL/license/Surface_mesh_deformation.h>
#include <Eigen/Eigen>
#include <Eigen/SVD>

View File

@ -13,6 +13,8 @@
#ifndef CGAL_DEFORMATION_EIGEN_POLAR_CLOSEST_ROTATION_TRAITS_3_H
#define CGAL_DEFORMATION_EIGEN_POLAR_CLOSEST_ROTATION_TRAITS_3_H
#include <CGAL/license/Surface_mesh_deformation.h>
#include <CGAL/Deformation_Eigen_closest_rotation_traits_3.h>
#include <CGAL/FPU_extension.h>
#include <CGAL/Profile_counter.h>