Skip to content

Commit

Permalink
Fix build failure due to missing reference in GlobalToolShim.cs (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Jun 11, 2024
1 parent 58a81da commit 8fbc116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.PowerShell.GlobalTool.Shim/GlobalToolShim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT License.

using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;

Expand Down

0 comments on commit 8fbc116

Please sign in to comment.