From 86dab3e55befec3236e292606ef8582f10551a6c Mon Sep 17 00:00:00 2001 From: Sam Deane Date: Thu, 26 Aug 2021 11:28:37 +0100 Subject: [PATCH] Include MSCollection.h in the umbrella header. --- GeneratedModels/MSGraphClientModels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneratedModels/MSGraphClientModels.h b/GeneratedModels/MSGraphClientModels.h index 8ebe3c8c..84c250a9 100644 --- a/GeneratedModels/MSGraphClientModels.h +++ b/GeneratedModels/MSGraphClientModels.h @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. - +#import "MSCollection.h" #import "MSDate.h" #import "MSTimeOfDay.h" #import "MSDuration.h"