aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-07 13:43:04 +0000
committerSaturneric <[email protected]>2022-02-07 13:43:04 +0000
commitc40374d3aeb9a3b52614b673db813a6f835c5001 (patch)
tree4425328c2fbf646a75346f9ee9c2a6e3c9f2e2b3 /src/main.cpp
parent<chore, fix>(project): Fix compilation problems (diff)
downloadGpgFrontend-c40374d3aeb9a3b52614b673db813a6f835c5001.tar.gz
GpgFrontend-c40374d3aeb9a3b52614b673db813a6f835c5001.zip
<fix>(src): Resolve discovered issues
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fdccddd1..6821b021 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -40,7 +40,7 @@
#include "ui/thread/CtxCheckThread.h"
#if !defined(RELEASE) && defined(WINDOWS)
-#include "ui/settings/GlobalSettingStation.h"
+#include "core/settings/GlobalSettingStation.h"
#endif
/**