Gems/HttpRequestor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 14:50:30 -07:00
parent 31a9f22d38
commit 5eed3234ad
8 changed files with 2 additions and 17 deletions
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "HttpRequestor_precompiled.h"
#include <AzFramework/AzFramework_Traits_Platform.h>
#include <AzCore/PlatformDef.h>
// The AWS Native SDK AWSAllocator triggers a warning due to accessing members of std::allocator directly.
// AWSAllocator.h(70): warning C4996: 'std::allocator<T>::pointer': warning STL4010: Various members of std::allocator are deprecated in C++17.