mirror of https://github.com/CGAL/cgal
17 lines
390 B
C++
17 lines
390 B
C++
// Copyright (c) 2023 GeometryFactory (France). All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Mael Rouxel-Labbé
|
|
|
|
#ifndef CGAL_IO_POLYGON_MESH_IO_H
|
|
#define CGAL_IO_POLYGON_MESH_IO_H
|
|
|
|
#include <CGAL/boost/graph/io.h>
|
|
|
|
#endif // CGAL_IO_POLYGON_MESH_IO_H
|