From 6699b8a71fba0ccf63512ae4ac4cd8b01bca39e4 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Sun, 23 Nov 2014 08:39:55 +0100 Subject: [PATCH] nvml: fix windows build --- nvml.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvml.cpp b/nvml.cpp index 9b1334e..553940b 100644 --- a/nvml.cpp +++ b/nvml.cpp @@ -25,6 +25,9 @@ #include "miner.h" #include "cuda_runtime.h" +// cuda.cpp +int cuda_num_devices(); + #ifdef USE_WRAPNVML #include "nvml.h"