From bfbde0d81d96aac8120f7cd7963f582327b2f7ee Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 10 Jun 2019 20:04:10 +1000 Subject: [PATCH] Add back in the using statements in the header --- src/Pharmacist.Core/Templates/HeaderTemplate.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Pharmacist.Core/Templates/HeaderTemplate.txt b/src/Pharmacist.Core/Templates/HeaderTemplate.txt index 4297e86..c8d0af3 100644 --- a/src/Pharmacist.Core/Templates/HeaderTemplate.txt +++ b/src/Pharmacist.Core/Templates/HeaderTemplate.txt @@ -10,3 +10,10 @@ // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ + +using global::System; +using global::System.Reactive; +using global::System.Reactive.Linq; +using global::System.Reactive.Subjects; + +using global::Pharmacist.Common;