diff options
Diffstat (limited to 'Tests/Cuda/Complex/dynamic.cu')
-rw-r--r-- | Tests/Cuda/Complex/dynamic.cu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Cuda/Complex/dynamic.cu b/Tests/Cuda/Complex/dynamic.cu index c3d8aff..9da8853 100644 --- a/Tests/Cuda/Complex/dynamic.cu +++ b/Tests/Cuda/Complex/dynamic.cu @@ -1,8 +1,9 @@ -#include <cuda.h> #include <iostream> #include <string> +#include <cuda.h> + #ifdef _WIN32 # define EXPORT __declspec(dllexport) #else |