mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Fixed Linux build.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user