1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-30 08:24:16 +00:00

nvml: fix windows build

This commit is contained in:
Tanguy Pruvot 2014-11-23 08:39:55 +01:00
parent 9a8b7ff0d7
commit 6699b8a71f

View File

@ -25,6 +25,9 @@
#include "miner.h"
#include "cuda_runtime.h"
// cuda.cpp
int cuda_num_devices();
#ifdef USE_WRAPNVML
#include "nvml.h"