Skip to content

Commit f4ff57d

Browse files
committed
added new include
1 parent 8a7bc94 commit f4ff57d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/aws-cpp-sdk-core/include/aws/core/config/EC2InstanceProfileConfigLoader.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#pragma once
77

88
#include <aws/core/config/AWSProfileConfigLoaderBase.h>
9+
#include <aws/core/client/ClientConfiguration.h>
910

1011
#include <aws/core/utils/memory/stl/AWSString.h>
1112
#include <aws/core/utils/memory/stl/AWSMap.h>
@@ -19,10 +20,7 @@ namespace Aws
1920
class EC2MetadataClient;
2021
}
2122

22-
namespace Client
23-
{
24-
struct ClientConfiguration;
25-
}
23+
2624

2725
namespace Config
2826
{

0 commit comments

Comments
 (0)