fix: add c++ header "optional"
This commit is contained in:
parent
ba74ab8f0d
commit
e9b73447b4
@ -33,11 +33,15 @@
|
|||||||
#include <GFSDKLog.h>
|
#include <GFSDKLog.h>
|
||||||
#include <spdlog/spdlog.h>
|
#include <spdlog/spdlog.h>
|
||||||
|
|
||||||
|
// qt
|
||||||
#include <QCryptographicHash>
|
#include <QCryptographicHash>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QJsonDocument>
|
#include <QJsonDocument>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// c++
|
||||||
|
#include <optional>
|
||||||
|
|
||||||
#include "GpgInfo.h"
|
#include "GpgInfo.h"
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
Loading…
Reference in New Issue
Block a user