fix: add c++ header "optional"
This commit is contained in:
parent
ba74ab8f0d
commit
e9b73447b4
@ -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 <>
|
||||
|
Loading…
Reference in New Issue
Block a user