Fixed including deprecated header

This commit is contained in:
Mael Rouxel-Labbé 2018-05-29 17:35:21 +02:00
parent 558f1ea2f9
commit 14a919b587
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "SMesh_type.h"
#ifdef CGAL_MESH_3_DEMO_ACTIVATE_SEGMENTED_IMAGES
#include "Image_type.h"
#include <CGAL/Labeled_image_mesh_domain_3.h>
#include <CGAL/Labeled_mesh_domain_3.h>
#include <CGAL/Mesh_domain_with_polyline_features_3.h>
#endif
#ifdef CGAL_MESH_3_DEMO_ACTIVATE_IMPLICIT_FUNCTIONS