mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Ignore deprecated stdext:: usage in AWS SDK
This commit is contained in:
parent
b934f90ffa
commit
c331f4a1e4
4 changed files with 14 additions and 1 deletions
|
|
@ -2,7 +2,13 @@
|
|||
|
||||
#include <scwx/provider/nexrad_data_provider.hpp>
|
||||
|
||||
#include <aws/s3/S3Client.h>
|
||||
namespace Aws
|
||||
{
|
||||
namespace S3
|
||||
{
|
||||
class S3Client;
|
||||
} // namespace S3
|
||||
} // namespace Aws
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue