Add missing #include

This commit is contained in:
Laurent Rineau 2017-10-06 11:29:05 +02:00
parent 0ba715a5c1
commit f48594a1da
1 changed files with 2 additions and 0 deletions

View File

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