mirror of https://github.com/CGAL/cgal
Fix package Linear_cell_complex: include headers
This commit is contained in:
parent
4f8572ed44
commit
d95e7301da
|
|
@ -20,8 +20,11 @@
|
||||||
#ifndef CGAL_LINEAR_CELL_COMPLEX_OPERATIONS_H
|
#ifndef CGAL_LINEAR_CELL_COMPLEX_OPERATIONS_H
|
||||||
#define CGAL_LINEAR_CELL_COMPLEX_OPERATIONS_H 1
|
#define CGAL_LINEAR_CELL_COMPLEX_OPERATIONS_H 1
|
||||||
|
|
||||||
|
#include <CGAL/Origin.h>
|
||||||
#include <CGAL/Cell_iterators.h>
|
#include <CGAL/Cell_iterators.h>
|
||||||
#include <CGAL/Combinatorial_map_operations.h>
|
#include <CGAL/Combinatorial_map_operations.h>
|
||||||
|
#include <CGAL/Cell_const_iterators.h>
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue