diff --git a/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/scene.h b/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/scene.h index f1589998bb1..9ef6a8bf9c3 100644 --- a/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/scene.h +++ b/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/scene.h @@ -24,6 +24,7 @@ #include #include #include +#include class GlViewer; @@ -81,7 +82,7 @@ public: private: - struct Point_3_from_sample : public std::unary_function + struct Point_3_from_sample : public CGAL::unary_function { typename K::Point_3 operator() (const Sample_& sample) const {