fix check_headers compilation issues

This commit is contained in:
Sébastien Loriot 2021-05-04 17:28:52 +02:00
parent 2060e0e352
commit c863ee6754
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <CGAL/license/Classification.h>
#include <CGAL/IO/Color.h>
#include <string>
#include <memory>
namespace CGAL {

View File

@ -13,6 +13,8 @@
/// \file Mesh_complex_3_in_triangulation_3_fwd.h
/// Forward declarations of the Mesh_3 package.
#include <istream>
#ifndef DOXYGEN_RUNNING
namespace CGAL {