Skip to content

MSVC Compiler error due to missing chrono include in Queues.h #3333

Closed
@Ukilele

Description

@Ukilele

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions