From 53f167dc375b57bcca850cf65377ba6b863cc524 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Fri, 11 Mar 2022 04:04:12 +0800 Subject: [PATCH] Add missing header (#3420) --- .../inc/azure/storage/blobs/blob_responses.hpp | 1 + .../inc/azure/storage/files/shares/share_responses.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp index b9be4dea6..edcb2f92c 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp @@ -8,6 +8,7 @@ #include #include +#include #include #include diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp index 19d075ba1..4a48f4cff 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp @@ -3,6 +3,7 @@ #pragma once +#include #include #include