Skip to content

Commit

Permalink
Add back in the using statements in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Jun 10, 2019
1 parent 74c3419 commit bfbde0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Pharmacist.Core/Templates/HeaderTemplate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using global::System;
using global::System.Reactive;
using global::System.Reactive.Linq;
using global::System.Reactive.Subjects;

using global::Pharmacist.Common;

0 comments on commit bfbde0d

Please sign in to comment.