mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 21:16:26 +08:00
chore: use iwyu on math/**.cpp
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
* @see fibonacci_large.cpp, fibonacci_fast.cpp, fibonacci.cpp
|
||||
*/
|
||||
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream>
|
||||
#include <cstdint> // for uint64_t
|
||||
#include <iostream> // for char_traits, basic_ostream, operator<<, cout
|
||||
#include <string> // for allocator, basic_string, operator+, string, oper...
|
||||
#ifdef _MSC_VER
|
||||
#include <string> // use this for MS Visual C
|
||||
#include <string> // for allocator, basic_string, operator+, string, oper...
|
||||
#else
|
||||
#include <cstring> // otherwise
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user