Skip to content

Commit bcceb3e

Browse files
tziksbiscigl
authored andcommitted
Add cstdint #include for uint64_t
1 parent 6777e7f commit bcceb3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <type_traits>
77
#include <memory>
88
#include <cassert>
9+
#include <cstdint>
910

1011
namespace Aws
1112
{

0 commit comments

Comments
 (0)