diff options
author | Saturneric <[email protected]> | 2022-02-07 13:43:04 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-07 13:43:04 +0000 |
commit | c40374d3aeb9a3b52614b673db813a6f835c5001 (patch) | |
tree | 4425328c2fbf646a75346f9ee9c2a6e3c9f2e2b3 | |
parent | <chore, fix>(project): Fix compilation problems (diff) | |
download | GpgFrontend-c40374d3aeb9a3b52614b673db813a6f835c5001.tar.gz GpgFrontend-c40374d3aeb9a3b52614b673db813a6f835c5001.zip |
<fix>(src): Resolve discovered issues
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
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 /** |