added algorithm include for std::max

This commit is contained in:
Krishna Vedala
2020-05-31 09:48:57 -04:00
parent 6b759eb952
commit e9e5588fe7

View File

@@ -3,6 +3,7 @@
* @brief check whether two line segments intersect each other
* or not.
*/
#include <algorithm>
#include <iostream>
/**