mirror of https://github.com/CGAL/cgal
Add missing #include
This commit is contained in:
parent
0ba715a5c1
commit
f48594a1da
|
|
@ -19,6 +19,8 @@
|
|||
#define CGAL_UTILS_CLASSES_H
|
||||
|
||||
#include <CGAL/config.h>
|
||||
#include <functional> // for std::less
|
||||
#include <algorithm> // for std::min and max
|
||||
|
||||
#ifdef CGAL_USE_SSE2_MAX
|
||||
#include <CGAL/sse2.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue