mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 18:11:05 +00:00
Fixed Linux build.
This commit is contained in:
parent
57f82f7504
commit
13daf095d9
1 changed files with 3 additions and 2 deletions
|
@ -26,10 +26,11 @@
|
||||||
#define XMRIG_OCLCNR_H
|
#define XMRIG_OCLCNR_H
|
||||||
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <cstddef>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
|
|
||||||
typedef struct _cl_program *cl_program;
|
using cl_program = struct _cl_program *;
|
||||||
|
|
||||||
|
|
||||||
namespace xmrig {
|
namespace xmrig {
|
||||||
|
|
Loading…
Reference in a new issue