mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
fix: add <cstdint> to graham_scan_functions.hpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user