mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-libs/aws-sdk-cpp: add 1.11.586
Nothing is enabled by default except for minimum cores, identity management, and sts. Even compiling with 16 threads using a Ryzen 9 7900 takes about 30 minutes with everything enabled. To help minimize build times, we make enabled services configurable per group. Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net> Part-of: https://github.com/gentoo/guru/pull/331 Closes: https://github.com/gentoo/guru/pull/331 Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff --git a/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h b/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h
|
||||
index 2d5e56b7b..fca096cfe 100644
|
||||
--- a/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h
|
||||
+++ b/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h
|
||||
@@ -6,6 +6,7 @@
|
||||
#include <type_traits>
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace Aws
|
||||
{
|
||||
Reference in New Issue
Block a user