Build fixes.
This commit is contained in:
parent
cac1e4aa5e
commit
e3b5bfeb36
11 changed files with 18 additions and 40 deletions
|
@ -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"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
namespace xmrig {
|
||||
|
||||
|
||||
struct DmiReader;
|
||||
class DmiReader;
|
||||
|
||||
|
||||
class HwApi : public IApiListener
|
||||
|
|
|
@ -30,4 +30,4 @@ if (WITH_DMI)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
message(STATUS "WITH_DMI\t= ${WITH_DMI}")
|
||||
message(STATUS "WITH_DMI \t= ${WITH_DMI}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue