chore: use iwyu on others/**.cpp

This commit is contained in:
realstealthninja
2024-09-13 15:39:10 +05:30
parent eff2f44a50
commit 8a8fd42383
11 changed files with 42 additions and 36 deletions

View File

@@ -3,7 +3,8 @@
* @brief Read integers from stdin continuously as they are entered without
* waiting for the `\n` character
*/
#include <iostream>
#include <iostream> // for char_traits, basic_ostream, basic_ostream::opera...
#include <cstdio> // for getchar
/** Function to read the number from stdin. The function reads input until a non
* numeric character is entered.