Browse Source

nvml: fix windows build

2upstream
Tanguy Pruvot 10 years ago
parent
commit
6699b8a71f
  1. 3
      nvml.cpp

3
nvml.cpp

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

Loading…
Cancel
Save