aboutsummaryrefslogtreecommitdiffstats
path: root/src/GpgFrontendContext.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 17:45:39 +0000
committersaturneric <[email protected]>2024-07-28 17:47:40 +0000
commit3ef497cbeb8835ef13e20c690a4fb83a9f5c4eac (patch)
treec344bf0615bc49f80bb81519810bade0d6ea05ba /src/GpgFrontendContext.h
parentfix: errors in judgment conditions (diff)
downloadGpgFrontend-3ef497cbeb8835ef13e20c690a4fb83a9f5c4eac.tar.gz
GpgFrontend-3ef497cbeb8835ef13e20c690a4fb83a9f5c4eac.zip
feat: support more build mode
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r--src/GpgFrontendContext.h4
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;