Skip to content

Commit 8953fd2

Browse files
committed
Add missing using after automerge
1 parent 7974825 commit 8953fd2

File tree

1 file changed

+2
-2
lines changed
  • src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging

1 file changed

+2
-2
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/CachedBitmap.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

5-
using MS.Internal;
4+
using System.Runtime.InteropServices;
65
using MS.Win32.PresentationCore;
6+
using MS.Internal;
77

88
namespace System.Windows.Media.Imaging
99
{

0 commit comments

Comments
 (0)