mirror of https://github.com/CGAL/cgal
add missing license
This commit is contained in:
parent
d14ab9c91a
commit
097897182d
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef CASES_TABLES_H
|
||||
#define CASES_TABLES_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <array>
|
||||
#include <unordered_map>
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef COMBINATIONS_H
|
||||
#define COMBINATIONS_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
typedef std::array<unsigned char, 8> Cube;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef COORDINATES_H
|
||||
#define COORDINATES_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
typedef std::array<int, 3> Coordinates;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef CUBE_H
|
||||
#define CUBE_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef CUBE_ISOMETRIES_H
|
||||
#define CUBE_ISOMETRIES_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
typedef std::array<unsigned char, 8> Permutation;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef TRIPLE_LIGNES_H
|
||||
#define TRIPLE_LIGNES_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue