diff options
author | saturneric <[email protected]> | 2023-10-17 18:37:07 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-17 18:37:07 +0000 |
commit | f4a51338b19431d8bbf548f3ed86930adc1077d0 (patch) | |
tree | d2f5f0799adc26e5f7e30e2a3629943d2afcc7bb /src/core/function/GlobalSettingStation.cpp | |
parent | refactor: use piml tech to rewrite GlobalSettingsStation (diff) | |
download | GpgFrontend-f4a51338b19431d8bbf548f3ed86930adc1077d0.tar.gz GpgFrontend-f4a51338b19431d8bbf548f3ed86930adc1077d0.zip |
fix: improve headers including relations
Diffstat (limited to 'src/core/function/GlobalSettingStation.cpp')
-rw-r--r-- | src/core/function/GlobalSettingStation.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp index 166f57d2..95d35c5c 100644 --- a/src/core/function/GlobalSettingStation.cpp +++ b/src/core/function/GlobalSettingStation.cpp @@ -28,8 +28,7 @@ #include "GlobalSettingStation.h" -#include <memory> - +#include "GpgFrontendBuildInstallInfo.h" #include "core/function/FileOperator.h" namespace GpgFrontend { |