From 95cd2f4db33603bcdac4d12d9ff879d31caf726e Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Wed, 3 Nov 2021 11:02:49 +0530 Subject: [PATCH] Update graham_scan_algorithm.cpp --- geometry/graham_scan_algorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry/graham_scan_algorithm.cpp b/geometry/graham_scan_algorithm.cpp index 44a8b300f..80d5e3799 100644 --- a/geometry/graham_scan_algorithm.cpp +++ b/geometry/graham_scan_algorithm.cpp @@ -37,7 +37,7 @@ #include /// for IO Operations #include /// for std::assert #include /// for std::vector -#include "./graham_scan_functions.h" /// for all the functions used +#include "./graham_scan_functions.hpp" /// for all the functions used /******************************************************************************* * @brief Self-test implementations