Build fixes.

This commit is contained in:
XMRig 2021-08-30 23:41:53 +07:00
parent cac1e4aa5e
commit e3b5bfeb36
No known key found for this signature in database
GPG key ID: 446A53638BE94409
11 changed files with 18 additions and 40 deletions

View file

@ -16,7 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "hw/api/HwApi.h"
#include "base/api/interfaces/IApiRequest.h"
#include "base/tools/String.h"

View file

@ -29,7 +29,7 @@
namespace xmrig {
struct DmiReader;
class DmiReader;
class HwApi : public IApiListener

View file

@ -30,4 +30,4 @@ if (WITH_DMI)
endif()
endif()
message(STATUS "WITH_DMI\t= ${WITH_DMI}")
message(STATUS "WITH_DMI \t= ${WITH_DMI}")