mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 02:30:40 +08:00
added algorithm include for std::max
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* @brief check whether two line segments intersect each other
|
||||
* or not.
|
||||
*/
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user