From 06c66599817e5b9347823f4cc899e8ec3a816a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 17 Jan 2020 17:02:14 +0100 Subject: [PATCH] Add STL.h as a convenience header regrouping STL I/O headers --- Stream_support/include/CGAL/IO/STL.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Stream_support/include/CGAL/IO/STL.h diff --git a/Stream_support/include/CGAL/IO/STL.h b/Stream_support/include/CGAL/IO/STL.h new file mode 100644 index 00000000000..663db0a261a --- /dev/null +++ b/Stream_support/include/CGAL/IO/STL.h @@ -0,0 +1,21 @@ +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is part of CGAL (www.cgal.org) +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial +// +// Author(s) : Maxime Gimeno + +#ifndef CGAL_IO_STL_H +#define CGAL_IO_STL_H + +#include +#include + +#endif // CGAL_IO_STL_H