chore: use iwyu on math/**.cpp

This commit is contained in:
realstealthninja
2024-09-13 15:38:50 +05:30
parent c3897d3763
commit c47117ca3f
23 changed files with 102 additions and 88 deletions

View File

@@ -6,7 +6,8 @@
*
* @see gcd_iterative_euclidean.cpp, gcd_of_n_numbers.cpp
*/
#include <iostream>
#include <iostream> // for basic_ostream, char_traits, operator<<, basic_o...
#include <stdexcept> // for domain_error
/**
* algorithm