Include correct header file.

This commit is contained in:
castano 2009-01-17 03:27:49 +00:00
parent bf1213a0b3
commit 1fb20ae54d

View File

@ -26,7 +26,7 @@
#include "CudaUtils.h"
#if defined HAVE_CUDA
#include <cuda_runtime_api.h>
#include <cuda_runtime.h>
#endif
using namespace nv;