Skip to content

Commit 99839c3

Browse files
Update geometry/graham_scan_functions.hpp
1 parent 5e53d92 commit 99839c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/graham_scan_functions.hpp

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

0 commit comments

Comments
 (0)