Include correct header file.

This commit is contained in:
castano 2009-01-17 03:27:49 +00:00
parent 00af7f75bc
commit bdb9502ac6

View File

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