diff options
author | saturneric <[email protected]> | 2025-01-27 16:07:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-27 16:07:22 +0000 |
commit | e17837f898a0a7ecc49fd70e6669946f68701d73 (patch) | |
tree | 30b0826300d02e269a74f3a4dcee0477df7ada05 /src/GpgFrontendContext.h | |
parent | fix: member variable 'GpgOperaContext::ascii' is not initialized in the const... (diff) | |
download | GpgFrontend-e17837f898a0a7ecc49fd70e6669946f68701d73.tar.gz GpgFrontend-e17837f898a0a7ecc49fd70e6669946f68701d73.zip |
fix: 'kCrashCode' is not a member of 'GpgFrontend'
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <memory> +#include "core/GpgConstants.h" + namespace GpgFrontend { struct GpgFrontendContext; |