Skip to content

Commit

Permalink
fix: add c++ header "optional"
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed May 11, 2024
1 parent ba74ab8 commit e9b7344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/module/mods/gpg_info/GnuPGInfoGatheringModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <>
Expand Down

0 comments on commit e9b7344

Please sign in to comment.