We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e53d92 commit 99839c3Copy full SHA for 99839c3
geometry/graham_scan_functions.hpp
@@ -39,7 +39,7 @@
39
*
40
*******************************************************************************/
41
#include <algorithm> /// for std::swap
42
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
43
#include <cstdlib> /// for mathematics and datatype conversion
44
#include <iostream> /// for IO operations
45
#include <stack> /// for std::stack
0 commit comments