Add missing header (#3420)

This commit is contained in:
JinmingHu 2022-03-11 04:04:12 +08:00 committed by GitHub
parent 812ba555fc
commit 53f167dc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <thread>
#include <vector>
#include <azure/core/azure_assert.hpp>
#include <azure/core/operation.hpp>
#include <azure/core/paged_response.hpp>

View File

@ -3,6 +3,7 @@
#pragma once
#include <azure/core/azure_assert.hpp>
#include <azure/core/operation.hpp>
#include <azure/core/paged_response.hpp>