diff --git a/include/restclient.h b/include/restclient.h index ae68e4c..b844a56 100644 --- a/include/restclient.h +++ b/include/restclient.h @@ -4,6 +4,11 @@ #include #include +#ifdef Q_OS_WIN +#undef DELETE +#endif + + class RestClient { public: RestClient(const std::string& base);