summaryrefslogtreecommitdiff
path: root/src/common/example/CGAL_points_off_reader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/example/CGAL_points_off_reader.cpp')
-rw-r--r--src/common/example/CGAL_points_off_reader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/example/CGAL_points_off_reader.cpp b/src/common/example/CGAL_points_off_reader.cpp
index 076afd5b..45e9f1e6 100644
--- a/src/common/example/CGAL_points_off_reader.cpp
+++ b/src/common/example/CGAL_points_off_reader.cpp
@@ -6,6 +6,7 @@
#include <iostream>
#include <string>
+#include <vector>
typedef CGAL::Epick_d< CGAL::Dynamic_dimension_tag > Kernel;
typedef typename Kernel::Point_d Point_d;