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 5421cfc commit b752f55Copy full SHA for b752f55
geometry/graham_scan_functions.hpp
@@ -39,6 +39,7 @@
39
*
40
*******************************************************************************/
41
#include <algorithm> /// for std::swap
42
+#include <cstdint> /// for integral typedefs
43
#include <cstdlib> /// for mathematics and datatype conversion
44
#include <iostream> /// for IO operations
45
#include <stack> /// for std::stack
0 commit comments