Closed
Description
Describe the bug
In MSVC version 193 everything works fine. But when upgrading to MSVC version 194 (e.g. Visual Studio 17.13.2), then a compiler error is emitted when including Queues.h and compiling.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
I expect the file to compile using MSVC 194.
Current Behavior
Compiler error
Reproduction Steps
The issue arises when compiling the aws-sdk-cpp.
Possible Solution
Add #include <chrono>
Additional Information/Context
No response
AWS CPP SDK version used
1.11.352
Compiler and Version used
Visual Studio 17.13.2
Operating System and version
Windows 11