2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-01 08:23:42 -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

View File

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