aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/GpgFrontendCore.h3
-rw-r--r--src/test/GpgFrontendTest.h2
-rw-r--r--src/ui/GpgFrontendUI.h2
3 files changed, 5 insertions, 2 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>
diff --git a/src/test/GpgFrontendTest.h b/src/test/GpgFrontendTest.h
index c5b7a375..16534656 100644
--- a/src/test/GpgFrontendTest.h
+++ b/src/test/GpgFrontendTest.h
@@ -32,7 +32,7 @@
#include "GpgFrontend.h"
// symbol exports header
-#include "GpgFrontendTestExport.h"
+#include "test/GpgFrontendTestExport.h"
// private declare area of test
#ifdef GF_TEST_PRIVATE
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h
index 39c39686..6eac6b16 100644
--- a/src/ui/GpgFrontendUI.h
+++ b/src/ui/GpgFrontendUI.h
@@ -35,7 +35,7 @@
#include <QtWidgets>
// ui symbol exports macro
-#include "GpgFrontendUIExport.h"
+#include "ui/GpgFrontendUIExport.h"
// private declare area of ui
#ifdef GF_UI_PRIVATE