From 32eb7c02262b45008aa17f022eb666f96c388f98 Mon Sep 17 00:00:00 2001
From: Glenn Watson <GitHub@glennwatson.net>
Date: Sun, 15 Dec 2019 18:44:59 +1100
Subject: [PATCH] fix: compile issue with missing namespace

---
 src/Pharmacist.Core/Generation/ReflectionExtensions.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Pharmacist.Core/Generation/ReflectionExtensions.cs b/src/Pharmacist.Core/Generation/ReflectionExtensions.cs
index 9699edc..55a9486 100644
--- a/src/Pharmacist.Core/Generation/ReflectionExtensions.cs
+++ b/src/Pharmacist.Core/Generation/ReflectionExtensions.cs
@@ -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;