Skip to content

Commit

Permalink
fix: compile issue with missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Dec 15, 2019
1 parent 8479308 commit 32eb7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pharmacist.Core/Generation/ReflectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit 32eb7c0

Please sign in to comment.