diff options
| author | Stefan Boberg <[email protected]> | 2026-03-14 19:54:39 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-03-14 19:54:39 +0100 |
| commit | cfcac6fa209d7bc370057216a713a68da6c71b00 (patch) | |
| tree | 364a67b1c4ecefeda6982b935c8cb82d21021e69 /src | |
| parent | Add EC2 IMDS credential provider for S3Client (diff) | |
| download | zen-sb/s3client.tar.xz zen-sb/s3client.zip | |
Add missing <thread> include in imdscredentials.cppsb/s3client
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenutil/cloud/imdscredentials.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenutil/cloud/imdscredentials.cpp b/src/zenutil/cloud/imdscredentials.cpp index 915fffd80..dde1dc019 100644 --- a/src/zenutil/cloud/imdscredentials.cpp +++ b/src/zenutil/cloud/imdscredentials.cpp @@ -9,6 +9,8 @@ #include <zencore/testutils.h> #include <zenhttp/httpserver.h> +#include <thread> + ZEN_THIRD_PARTY_INCLUDES_START #include <fmt/format.h> #include <json11.hpp> |