From b752f55fa19dbde1a40f07dd139cc112f6f6bfb1 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:18:32 +0530 Subject: [PATCH] fix: add to graham_scan_functions.hpp --- 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 f6e05095e..58002db26 100644 --- a/geometry/graham_scan_functions.hpp +++ b/geometry/graham_scan_functions.hpp @@ -39,6 +39,7 @@ * *******************************************************************************/ #include /// for std::swap +#include /// for integral typedefs #include /// for mathematics and datatype conversion #include /// for IO operations #include /// for std::stack