Fix build with gcc 13

Now some header files are not included transistively with new
libstdc++.

Bug: https://bugs.gentoo.org/895226
This commit is contained in:
Matthew Smith
2023-02-20 16:09:19 +00:00
committed by SChernykh
parent 0fd4c83fe6
commit a454fd14b2
5 changed files with 13 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#define XMRIG_HTTPRESPONSE_H
#include <cstdint>
#include <map>
#include <string>