mirror of https://github.com/CGAL/cgal
add missing includes in Color.h
This commit is contained in:
parent
1202692394
commit
a85b09051e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue