1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 23:52:38 -05:00

Fixed Linux build.

This commit is contained in:
XMRig
2019-09-04 12:13:04 +07:00
parent 57f82f7504
commit 13daf095d9

View File

@@ -26,10 +26,11 @@
#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 {