Add missing using (#46)
Caused local build to fail after syncing to commit 714537e58a.
This commit is contained in:
parent
44dfbe4b7e
commit
8c26193aa6
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
namespace Observatory.Framework.Files.Journal
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
{
|
||||
public class PowerplayVoucher : PowerplayJoin
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue