Include file consistency with other packages

This commit is contained in:
Mael Rouxel-Labbé 2017-01-19 15:13:37 +01:00
parent 7982f9ea68
commit 89bd9ded97
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
#include <CGAL/Timer.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Subdivision_method_3.h>
#include <CGAL/subdivision_method_3.h>
#include <QOpenGLShader>
#include <QDebug>

View File

@ -10,7 +10,7 @@
#include <CGAL/Timer.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Subdivision_method_3.h>
#include <CGAL/subdivision_method_3.h>
#include <CGAL/centroid.h>
#include <CGAL/linear_least_squares_fitting_3.h>