aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFrontendCore.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-31 06:30:17 +0000
committersaturneric <[email protected]>2024-07-31 06:30:17 +0000
commitd59edb61ce24794fd0ee5ec1a4daf79f1943e0ac (patch)
tree04cde0aa0671ac66de1176c07b22ea18989345bd /src/core/GpgFrontendCore.h
parentfix: addressing some of the significant deficiencies identified (diff)
downloadGpgFrontend-d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac.tar.gz
GpgFrontend-d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac.zip
fix: symbol export headers relative path
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r--src/core/GpgFrontendCore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h
index a632966e..ab46d45c 100644
--- a/src/core/GpgFrontendCore.h
+++ b/src/core/GpgFrontendCore.h
@@ -31,6 +31,9 @@
// project base header
#include "GpgFrontend.h"
+// symbol exports header
+#include "core/GpgFrontendCoreExport.h"
+
// qt
#include <QtCore>