Address gcc13 compilation issue (#4857)

This commit is contained in:
adamdebreceni 2023-08-22 20:49:35 +00:00 committed by GitHub
parent 99df769e8c
commit 69fe21f7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#pragma once
#include <algorithm>
#include <cstdint>
#include <stdexcept>
#include <string>
#include <vector>

View File

@ -11,6 +11,7 @@
#include "azure/core/platform.hpp"
#include <array>
#include <cstdint>
#include <cstring>
#include <string>

View File

@ -9,6 +9,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <vector>

View File

@ -9,6 +9,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <vector>