aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-11 14:15:42 +0000
committersaturneric <[email protected]>2024-05-11 14:15:42 +0000
commite9b73447b45e2c2a9fb451f408db2c3bd37b8916 (patch)
tree28c7179d6f8dca59b76ce3b6853e5649eae4882f
parentfix: update translations (diff)
downloadGpgFrontend-e9b73447b45e2c2a9fb451f408db2c3bd37b8916.tar.gz
GpgFrontend-e9b73447b45e2c2a9fb451f408db2c3bd37b8916.zip
fix: add c++ header "optional"
-rw-r--r--src/module/mods/gpg_info/GnuPGInfoGatheringModule.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/module/mods/gpg_info/GnuPGInfoGatheringModule.cpp b/src/module/mods/gpg_info/GnuPGInfoGatheringModule.cpp
index bf10ef3a..8d400c89 100644
--- a/src/module/mods/gpg_info/GnuPGInfoGatheringModule.cpp
+++ b/src/module/mods/gpg_info/GnuPGInfoGatheringModule.cpp
@@ -33,11 +33,15 @@
#include <GFSDKLog.h>
#include <spdlog/spdlog.h>
+// qt
#include <QCryptographicHash>
#include <QFileInfo>
#include <QJsonDocument>
#include <QString>
+// c++
+#include <optional>
+
#include "GpgInfo.h"
template <>