From e68ba6c051135bde45260192470f2c9922d32c2d Mon Sep 17 00:00:00 2001 From: Lajat5 Date: Sat, 6 Nov 2021 09:21:48 +0000 Subject: [PATCH] Fix #3 --- geometry/graham_scan_functions.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/geometry/graham_scan_functions.hpp b/geometry/graham_scan_functions.hpp index 4e99ff9fe..cb9236a7e 100644 --- a/geometry/graham_scan_functions.hpp +++ b/geometry/graham_scan_functions.hpp @@ -60,6 +60,7 @@ struct Point { // A global point needed for sorting points with reference // to the first point Used in compare function of qsort() + Point p0; /******************************************************************************