From c47af0446935e6163de335bc484e8ed29dfd673e Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Wed, 11 Nov 2020 16:59:52 +0100 Subject: [PATCH 1/2] Update print.h Adding includes for what is used to allow header to be compiled on its own. --- Straight_skeleton_2/test/Straight_skeleton_2/print.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Straight_skeleton_2/test/Straight_skeleton_2/print.h b/Straight_skeleton_2/test/Straight_skeleton_2/print.h index b57cdd423b6..62d370a4f6b 100644 --- a/Straight_skeleton_2/test/Straight_skeleton_2/print.h +++ b/Straight_skeleton_2/test/Straight_skeleton_2/print.h @@ -1,5 +1,7 @@ -#include -#include +#include +#include +#include +#include template void print_point ( CGAL::Point_2 const& p ) From 2475a0c19ca5f3549f30b3fd604a613b7d43b9a0 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Thu, 12 Nov 2020 11:06:25 +0100 Subject: [PATCH 2/2] Add missing .h --- Straight_skeleton_2/test/Straight_skeleton_2/print.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Straight_skeleton_2/test/Straight_skeleton_2/print.h b/Straight_skeleton_2/test/Straight_skeleton_2/print.h index 62d370a4f6b..abaa74d9e46 100644 --- a/Straight_skeleton_2/test/Straight_skeleton_2/print.h +++ b/Straight_skeleton_2/test/Straight_skeleton_2/print.h @@ -1,7 +1,7 @@ -#include -#include -#include -#include +#include +#include +#include +#include template void print_point ( CGAL::Point_2 const& p )