Fix package Linear_cell_complex: include headers

This commit is contained in:
Andreas Fabri 2016-09-23 18:48:30 +02:00 committed by Laurent Rineau
parent 4f8572ed44
commit d95e7301da
1 changed files with 3 additions and 0 deletions

View File

@ -20,8 +20,11 @@
#ifndef CGAL_LINEAR_CELL_COMPLEX_OPERATIONS_H
#define CGAL_LINEAR_CELL_COMPLEX_OPERATIONS_H 1
#include <CGAL/Origin.h>
#include <CGAL/Cell_iterators.h>
#include <CGAL/Combinatorial_map_operations.h>
#include <CGAL/Cell_const_iterators.h>
#include <vector>
namespace CGAL {