From e17837f898a0a7ecc49fd70e6669946f68701d73 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 27 Jan 2025 17:07:22 +0100 Subject: [PATCH] fix: 'kCrashCode' is not a member of 'GpgFrontend' --- src/GpgFrontendContext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index 2815caad..507ee051 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -32,6 +32,8 @@ #include +#include "core/GpgConstants.h" + namespace GpgFrontend { struct GpgFrontendContext;