Skip to content

Commit

Permalink
Added #include <cctype> to String.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mercere99 committed Dec 1, 2023
1 parent 7202b9e commit 3bef8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/emp/tools/String.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <algorithm> // std::count
#include <cctype> // std::toupper and std::tolower
#include <cstdint> // uint8_t, uint16_t, etc.
#include <functional> // std::function
#include <initializer_list>
#include <map>
Expand Down

0 comments on commit 3bef8e0

Please sign in to comment.