Fix header path.

This commit is contained in:
XMRig 2025-06-06 14:42:49 +07:00
parent 682834b87d
commit a6a0f80b12
No known key found for this signature in database
GPG key ID: 446A53638BE94409

View file

@ -20,6 +20,7 @@
#include "base/api/Api.h" #include "base/api/Api.h"
#include "3rdparty/rapidjson/writer.h"
#include "base/api/interfaces/IApiListener.h" #include "base/api/interfaces/IApiListener.h"
#include "base/api/requests/HttpApiRequest.h" #include "base/api/requests/HttpApiRequest.h"
#include "base/crypto/keccak.h" #include "base/crypto/keccak.h"
@ -31,7 +32,6 @@
#include "base/tools/Chrono.h" #include "base/tools/Chrono.h"
#include "base/tools/Cvt.h" #include "base/tools/Cvt.h"
#include "core/config/Config.h" #include "core/config/Config.h"
#include "rapidjson/writer.h"
#include "version.h" #include "version.h"