From 444374c57d8907d771b41ace4087f0891ffb1653 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 27 Nov 2008 15:49:24 +0000 Subject: [PATCH] I think those includes should be explicitly added. --- Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp | 1 + Convex_hull_2/examples/Convex_hull_2/iostream_convex_hull_2.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp b/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp index 4c4303f4e3b..6d58f8fc0aa 100644 --- a/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp +++ b/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp @@ -1,3 +1,4 @@ +#include #include #include diff --git a/Convex_hull_2/examples/Convex_hull_2/iostream_convex_hull_2.cpp b/Convex_hull_2/examples/Convex_hull_2/iostream_convex_hull_2.cpp index ae7bb164b1f..3166362503c 100644 --- a/Convex_hull_2/examples/Convex_hull_2/iostream_convex_hull_2.cpp +++ b/Convex_hull_2/examples/Convex_hull_2/iostream_convex_hull_2.cpp @@ -1,3 +1,5 @@ +#include +#include #include #include