mirror of https://github.com/CGAL/cgal
Fixed including deprecated header
This commit is contained in:
parent
558f1ea2f9
commit
14a919b587
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue