aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-07 14:10:48 +0000
committerSaturneric <[email protected]>2022-02-07 14:10:48 +0000
commit098a61c5a414e27fc075e83c8244ef7394f4b912 (patch)
tree75b26bbfa9a6e049d548a3ae06784304d9e0e282
parent<fix>(ci): Build release builds with Windows 2019 (diff)
downloadGpgFrontend-098a61c5a414e27fc075e83c8244ef7394f4b912.tar.gz
GpgFrontend-098a61c5a414e27fc075e83c8244ef7394f4b912.zip
<fix>(src): Fix header file path issue
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6821b021..9af7c2ea 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -40,7 +40,7 @@
#include "ui/thread/CtxCheckThread.h"
#if !defined(RELEASE) && defined(WINDOWS)
-#include "core/settings/GlobalSettingStation.h"
+#include "core/function/GlobalSettingStation.h"
#endif
/**