mirror of https://github.com/CGAL/cgal
Update macro name
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
81972df60e
commit
935a0faf2f
|
|
@ -8,9 +8,9 @@
|
|||
//
|
||||
// Author(s) : Mael Rouxel-Labbé
|
||||
|
||||
#ifndef CGAL_BOOST_GRAPH_POLYGON_MESH_IO_H
|
||||
#define CGAL_BOOST_GRAPH_POLYGON_MESH_IO_H
|
||||
#ifndef CGAL_IO_POLYGON_MESH_IO_H
|
||||
#define CGAL_IO_POLYGON_MESH_IO_H
|
||||
|
||||
#include <CGAL/boost/graph/io.h>
|
||||
|
||||
#endif // CGAL_BOOST_GRAPH_POLYGON_MESH_IO_H
|
||||
#endif // CGAL_IO_POLYGON_MESH_IO_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue