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

@@ -10,11 +10,13 @@
* Evaluate the operator and push the result back to the stack
* When the expression is ended, the number in the stack is the final answer
*/
#include <ctype.h> // for isdigit
#include <algorithm> // for all_of
#include <array> // for std::array
#include <array> // for array
#include <cassert> // for assert
#include <iostream> // for io operations
#include <string> // for stof
#include <iostream> // for operator<<, basic_ostream, cout
#include <string> // for basic_string, char_traits, string, stof
#include <cstddef> // for size_t
/**
* @namespace others