add missing license

This commit is contained in:
Jane Tournois 2021-11-16 14:37:03 +01:00 committed by Jane Tournois
parent d14ab9c91a
commit 097897182d
6 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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;

View File

@ -1,6 +1,8 @@
#ifndef COORDINATES_H
#define COORDINATES_H
#include <CGAL/license/Mesh_3.h>
#include <array>
typedef std::array<int, 3> Coordinates;

View File

@ -1,6 +1,8 @@
#ifndef CUBE_H
#define CUBE_H
#include <CGAL/license/Mesh_3.h>
#include <array>
#include <cassert>
#include <string>

View File

@ -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;

View File

@ -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>