added back cuda.h includes to fix missing CUDA_VERSION
[alexxy/gromacs.git] / src / mdlib / nbnxn_cuda / nbnxn_cuda.cu
index f36104a618b3c2099812c74ba15669cd07bb101c..6d27e77486abd8a082103a34c634e609eeb52f49 100644 (file)
@@ -43,6 +43,8 @@
 #include <limits>
 #endif
 
+#include <cuda.h>
+
 #include "types/simple.h" 
 #include "types/nbnxn_pairlist.h"
 #include "types/nb_verlet.h"