diff options
author | saturneric <[email protected]> | 2024-07-28 17:45:39 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-28 17:45:39 +0000 |
commit | 7a552f4d9dc0455b66ea2329bc1cd06a71bc6a79 (patch) | |
tree | c344bf0615bc49f80bb81519810bade0d6ea05ba /src/GpgFrontendContext.h | |
parent | fix: errors in judgment conditions (diff) | |
download | GpgFrontend-sdk/2.1.3.tar.gz GpgFrontend-sdk/2.1.3.zip |
feat: support more build modesdk/2.1.3
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index c4c10690..9dd805b7 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -28,6 +28,10 @@ #pragma once +#include <qapplication.h> + +#include <memory> + namespace GpgFrontend { struct GpgFrontendContext; |