Skip to content

Commit

Permalink
Moved #include <cstdint> to type_traits.hpp (where it's really needed).
Browse files Browse the repository at this point in the history
  • Loading branch information
mercere99 committed Dec 1, 2023
1 parent 3bef8e0 commit 8b61e24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/emp/meta/type_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define EMP_META_TYPE_TRAITS_HPP_INCLUDE


#include <cstdint> // uint8_t, uint16_t, etc.
#include <functional>
#include <span>
#include <tuple>
Expand Down
1 change: 0 additions & 1 deletion include/emp/tools/String.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#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 8b61e24

Please sign in to comment.