Skip to content

Commit b752f55

Browse files
fix: add <cstdint> to graham_scan_functions.hpp
1 parent 5421cfc commit b752f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geometry/graham_scan_functions.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
*
4040
*******************************************************************************/
4141
#include <algorithm> /// for std::swap
42+
#include <cstdint> /// for integral typedefs
4243
#include <cstdlib> /// for mathematics and datatype conversion
4344
#include <iostream> /// for IO operations
4445
#include <stack> /// for std::stack

0 commit comments

Comments
 (0)