From ed59f5bf1b35269cf4324dbb72df863bf50dac01 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 20 Aug 2019 14:33:21 +0200 Subject: Add include iostream when needed, and remove CGAL includes when not required --- src/Subsampling/example/example_sparsify_point_set.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Subsampling/example/example_sparsify_point_set.cpp') diff --git a/src/Subsampling/example/example_sparsify_point_set.cpp b/src/Subsampling/example/example_sparsify_point_set.cpp index b35a18d9..a8caa720 100644 --- a/src/Subsampling/example/example_sparsify_point_set.cpp +++ b/src/Subsampling/example/example_sparsify_point_set.cpp @@ -3,6 +3,7 @@ #include #include +#include #include #include -- cgit v1.2.3