From 8f464b0838fe52292f241e5c37800c69947c72e4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 3 Sep 2019 14:10:13 +0900 Subject: [PATCH] Fix build --- BTCPayServer/Controllers/AppsPublicController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Controllers/AppsPublicController.cs b/BTCPayServer/Controllers/AppsPublicController.cs index 45284a942..7c46eb665 100644 --- a/BTCPayServer/Controllers/AppsPublicController.cs +++ b/BTCPayServer/Controllers/AppsPublicController.cs @@ -6,6 +6,7 @@ using System.Security.Claims; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Configuration; +using BTCPayServer.Data; using BTCPayServer.Filters; using BTCPayServer.ModelBinders; using BTCPayServer.Models;