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 16ee49e commit 740bd65Copy full SHA for 740bd65
geometry/line_segment_intersection.cpp
@@ -3,8 +3,9 @@
3
* @brief check whether two line segments intersect each other
4
* or not.
5
*/
6
-#include <algorithm>
7
-#include <iostream>
+#include <stdio.h> // for printf
+#include <algorithm> // for max, min
8
+#include <iostream> // for basic_istream::operator>>, char_traits, basic_i...
9
10
/**
11
* Define a Point.
0 commit comments