We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7bc94 commit f4ff57dCopy full SHA for f4ff57d
src/aws-cpp-sdk-core/include/aws/core/config/EC2InstanceProfileConfigLoader.h
@@ -6,6 +6,7 @@
6
#pragma once
7
8
#include <aws/core/config/AWSProfileConfigLoaderBase.h>
9
+#include <aws/core/client/ClientConfiguration.h>
10
11
#include <aws/core/utils/memory/stl/AWSString.h>
12
#include <aws/core/utils/memory/stl/AWSMap.h>
@@ -19,10 +20,7 @@ namespace Aws
19
20
class EC2MetadataClient;
21
}
22
- namespace Client
23
- {
24
- struct ClientConfiguration;
25
- }
+
26
27
namespace Config
28
{
0 commit comments