mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 03:10:07 +08:00
chore: use iwyu on math/**.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user