Skip to content

Commit 740bd65

Browse files
chore: use iwyu on geometry/**.cpp
1 parent 16ee49e commit 740bd65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

geometry/line_segment_intersection.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* @brief check whether two line segments intersect each other
44
* or not.
55
*/
6-
#include <algorithm>
7-
#include <iostream>
6+
#include <stdio.h> // for printf
7+
#include <algorithm> // for max, min
8+
#include <iostream> // for basic_istream::operator>>, char_traits, basic_i...
89

910
/**
1011
* Define a Point.

0 commit comments

Comments
 (0)