-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSVC Compiler error due to missing chrono include in Queues.h #3333
Comments
When you say |
I am sorry for the inprecise description. I am referring to https://github.com/aws/aws-sdk-cpp/blob/main/src/aws-cpp-sdk-queues/include/aws/queues/Queue.h |
should be fixed now, resolving. In the future feel free to open pull requests for stuff like this. give a shout if you see something that doesnt work! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Awesome, thanks a lot @sbiscigl ! Just FYI: Here is the changelog of MSVC: https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-13/ |
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
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
The text was updated successfully, but these errors were encountered: