Skip to content

Commit

Permalink
Added #include <cstdint> to bitset_utils.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mercere99 committed Dec 1, 2023
1 parent 8b61e24 commit 6d5356b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/emp/bits/bitset_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define EMP_BITS_BITSET_UTILS_HPP_INCLUDE

#include <algorithm>
#include <cstdint> // uint8_t, uint16_t, etc.
#include <string>
#include <sstream>

Expand Down

0 comments on commit 6d5356b

Please sign in to comment.