Fix the I/O for Polyhedral_mesh_domain_3

This commit is contained in:
Laurent Rineau 2016-07-11 18:09:25 +02:00
parent 2e1a6d2c3a
commit 06436ba2ea
1 changed files with 4 additions and 0 deletions

View File

@ -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 {