diff options
author | Saturneric <[email protected]> | 2023-07-13 11:49:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-07-13 11:49:58 +0000 |
commit | eae0600a94a88dddb6f5b7f270e63962f727b8b7 (patch) | |
tree | c632854c3abd9a39b70046a7c1bdea310dbb93ec | |
parent | feat: support all clear log and data files (diff) | |
download | GpgFrontend-eae0600a94a88dddb6f5b7f270e63962f727b8b7.tar.gz GpgFrontend-eae0600a94a88dddb6f5b7f270e63962f727b8b7.zip |
fix: sole compile issue in linux platform
-rw-r--r-- | src/core/function/GlobalSettingStation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index aed99fa7..80780f4b 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -29,8 +29,6 @@ #ifndef GPGFRONTEND_GLOBALSETTINGSTATION_H #define GPGFRONTEND_GLOBALSETTINGSTATION_H -#include <sys/_types/_int64_t.h> - #include <filesystem> #include "GpgFrontendBuildInstallInfo.h" |