Skip to content

Commit deaecb9

Browse files
Update ciphers/base64_encoding.cpp
1 parent 49f0be3 commit deaecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/base64_encoding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
#include <array> /// for `std::array`
1515
#include <cassert> /// for `assert` operations
16-
#include <cstdint> /// for integral typedefs
16+
#include <cstdint>
1717
#include <iostream> /// for IO operations
1818

1919
/**

0 commit comments

Comments
 (0)