mirror of https://github.com/CGAL/cgal
Fix the I/O for Polyhedral_mesh_domain_3
This commit is contained in:
parent
2e1a6d2c3a
commit
06436ba2ea
|
|
@ -56,6 +56,10 @@
|
|||
# include <tbb/enumerable_thread_specific.h>
|
||||
#endif
|
||||
|
||||
// To handle I/O for Surface_patch_index if that is a pair of `int` (the
|
||||
// default)
|
||||
#include <CGAL/internal/Mesh_3/Handle_IO_for_pair_of_int.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
namespace Mesh_3 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue