windows compat

This commit is contained in:
mrbesen 2023-05-04 20:13:07 +02:00
parent 96d57e8b8a
commit bc63e4be72
Signed by untrusted user: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
#include <QJsonDocument>
#include <curl/curl.h>
#ifdef Q_OS_WIN
#undef DELETE
#endif
class RestClient {
public:
RestClient(const std::string& base);