add missing includes in Color.h

This commit is contained in:
Maxime Gimeno 2019-05-28 09:31:10 +02:00
parent 1202692394
commit a85b09051e
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
// Author(s) : Andreas Fabri
#include <CGAL/config.h>
#include <algorithm>
#include <cstdlib>
#include <cmath>
#ifndef CGAL_COLOR_H
#define CGAL_COLOR_H