From bcd7895362e6c1d1084da44837a8aa353d0ac936 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 3 Sep 2020 15:49:13 -0400 Subject: [PATCH] Include cuda.h --- Grid/threads/Accelerator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grid/threads/Accelerator.h b/Grid/threads/Accelerator.h index 74a3ea22..29d12904 100644 --- a/Grid/threads/Accelerator.h +++ b/Grid/threads/Accelerator.h @@ -90,6 +90,7 @@ void acceleratorInit(void); ////////////////////////////////////////////// #ifdef GRID_CUDA +#include #ifdef __CUDA_ARCH__ #define GRID_SIMT