// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #pragma warning( disable : 4511 4127 4702 ) #include #include #include #ifdef base_type #undef base_type #endif #include // Standard C++ headers #include #include #include