From 0c0aa7cb5bf2bb2fd8d6bcc9660d32fec2a2b874 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 8 Mar 2006 13:52:52 +0000 Subject: [PATCH] #include in the demo --- Convex_hull_2/demo/Convex_hull_2/convex_hull_2.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convex_hull_2/demo/Convex_hull_2/convex_hull_2.C b/Convex_hull_2/demo/Convex_hull_2/convex_hull_2.C index 5df53d556a1..cc5e8e48eb0 100644 --- a/Convex_hull_2/demo/Convex_hull_2/convex_hull_2.C +++ b/Convex_hull_2/demo/Convex_hull_2/convex_hull_2.C @@ -17,6 +17,7 @@ // // Author(s) : Radu Ursu +#include // if QT is not installed, a message will be issued in runtime. #ifndef CGAL_USE_QT @@ -39,7 +40,6 @@ int main(int, char*) #include #include -#include #include #include #include