fix: add <cstdint> to graham_scan_functions.hpp

This commit is contained in:
realstealthninja
2024-08-31 11:18:32 +05:30
parent 5421cfcdeb
commit b752f55fa1

View File

@@ -39,6 +39,7 @@
*
*******************************************************************************/
#include <algorithm> /// for std::swap
#include <cstdint> /// for integral typedefs
#include <cstdlib> /// for mathematics and datatype conversion
#include <iostream> /// for IO operations
#include <stack> /// for std::stack