Skip to content

Commit 054e37c

Browse files
Update ciphers/uint128_t.hpp
1 parent f94271c commit 054e37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/uint128_t.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
#include <algorithm> /// for `std::reverse` and other operations
11-
#include <cstdint> /// for integral typedefs
11+
#include <cstdint>
1212
#include <ostream> /// for `std::cout` overload
1313
#include <string> /// for `std::string`
1414
#include <utility> /// for `std::pair` library

0 commit comments

Comments
 (0)