diff options
author | saturneric <[email protected]> | 2024-07-31 06:30:17 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-31 06:30:17 +0000 |
commit | d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac (patch) | |
tree | 04cde0aa0671ac66de1176c07b22ea18989345bd /src/core/GpgFrontendCore.h | |
parent | fix: addressing some of the significant deficiencies identified (diff) | |
download | GpgFrontend-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.h | 3 |
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> |