2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

Add missing using (#46)

Caused local build to fail after syncing to commit 714537e58a.
This commit is contained in:
F K 2021-12-18 16:21:46 -05:00 committed by GitHub
parent 44dfbe4b7e
commit 8c26193aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
namespace Observatory.Framework.Files.Journal
using System.Collections.Immutable;
namespace Observatory.Framework.Files.Journal
{
public class PowerplayVoucher : PowerplayJoin
{