fix: include ^<optional^>
updater doesn't need to know about mods
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -72,7 +72,7 @@ namespace fs = std::filesystem;
|
||||
namespace fs = ghc::filesystem;
|
||||
#endif
|
||||
|
||||
#include <DesktopServices.h>
|
||||
#include "DesktopServices.h"
|
||||
|
||||
#include "updater/prismupdater/UpdaterDialogs.h"
|
||||
|
||||
@ -83,7 +83,7 @@ namespace fs = ghc::filesystem;
|
||||
#include "net/Download.h"
|
||||
#include "net/RawHeaderProxy.h"
|
||||
|
||||
#include <MMCZip.h>
|
||||
#include "MMCZip.h"
|
||||
|
||||
/** output to the log file */
|
||||
void appDebugOutput(QtMsgType type, const QMessageLogContext& context, const QString& msg)
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <QNetworkReply>
|
||||
#include <QUrl>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#include "QObjectPtr.h"
|
||||
#include "net/Download.h"
|
||||
|
Reference in New Issue
Block a user