mirror of https://github.com/CGAL/cgal
fix check_headers compilation issues
This commit is contained in:
parent
2060e0e352
commit
c863ee6754
|
|
@ -15,6 +15,7 @@
|
||||||
#include <CGAL/license/Classification.h>
|
#include <CGAL/license/Classification.h>
|
||||||
#include <CGAL/IO/Color.h>
|
#include <CGAL/IO/Color.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
/// \file Mesh_complex_3_in_triangulation_3_fwd.h
|
/// \file Mesh_complex_3_in_triangulation_3_fwd.h
|
||||||
/// Forward declarations of the Mesh_3 package.
|
/// Forward declarations of the Mesh_3 package.
|
||||||
|
|
||||||
|
#include <istream>
|
||||||
|
|
||||||
#ifndef DOXYGEN_RUNNING
|
#ifndef DOXYGEN_RUNNING
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue