From f224e38dd5040fb3f22d65e51bd9fa2f94a2ffdc Mon Sep 17 00:00:00 2001 From: Tali Zvi Date: Sun, 19 Jan 2003 22:02:49 +0000 Subject: [PATCH] Added includes are required. --- Packages/Sweep_line_2/include/CGAL/Sweep_line_tight_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Sweep_line_2/include/CGAL/Sweep_line_tight_2.h b/Packages/Sweep_line_2/include/CGAL/Sweep_line_tight_2.h index 4f7f134d221..10bd23e6aba 100644 --- a/Packages/Sweep_line_2/include/CGAL/Sweep_line_tight_2.h +++ b/Packages/Sweep_line_2/include/CGAL/Sweep_line_tight_2.h @@ -31,7 +31,7 @@ #include #include - +#include #ifndef VERBOSE @@ -59,10 +59,10 @@ #define STORE_RESULT(a) {a} #endif +#include CGAL_BEGIN_NAMESPACE - /*! Sweep_line_tight_2 is a class that implements the sweep line algorithm based on the algorithm of Bentley and Ottmann.