mirror of https://github.com/CGAL/cgal
Fix package Combinatorial_map: include headers
This commit is contained in:
parent
c45730530c
commit
4f8572ed44
|
|
@ -21,14 +21,10 @@
|
||||||
#define CGAL_CELL_ATTRIBUTE_H 1
|
#define CGAL_CELL_ATTRIBUTE_H 1
|
||||||
|
|
||||||
#include <CGAL/Compact_container.h>
|
#include <CGAL/Compact_container.h>
|
||||||
|
#include <CGAL/internal/Combinatorial_map_internal_functors.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
namespace internal {
|
|
||||||
template<typename CMap, unsigned int i, typename T>
|
|
||||||
struct Decrease_attribute_functor_run;
|
|
||||||
}
|
|
||||||
|
|
||||||
template < unsigned int, class, class, class, class >
|
template < unsigned int, class, class, class, class >
|
||||||
class Combinatorial_map_base;
|
class Combinatorial_map_base;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue