diff options
Diffstat (limited to 'Tests/Cuda/ObjectLibrary/static.cu')
-rw-r--r-- | Tests/Cuda/ObjectLibrary/static.cu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Cuda/ObjectLibrary/static.cu b/Tests/Cuda/ObjectLibrary/static.cu index 37bb839..530a114 100644 --- a/Tests/Cuda/ObjectLibrary/static.cu +++ b/Tests/Cuda/ObjectLibrary/static.cu @@ -1,7 +1,8 @@ +#include <iostream> + #include <cuda.h> #include <cuda_runtime.h> -#include <iostream> int __host__ cu1_sq_func(int x) { |