diff options
Diffstat (limited to 'Tests/Cuda/ProperDeviceLibraries/main.cu')
-rw-r--r-- | Tests/Cuda/ProperDeviceLibraries/main.cu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Cuda/ProperDeviceLibraries/main.cu b/Tests/Cuda/ProperDeviceLibraries/main.cu index 8ceb0cc..397804c 100644 --- a/Tests/Cuda/ProperDeviceLibraries/main.cu +++ b/Tests/Cuda/ProperDeviceLibraries/main.cu @@ -1,7 +1,8 @@ +#include <iostream> + #include <cublas_v2.h> #include <cuda_runtime.h> -#include <iostream> #if defined(USE_THREADS_POSIX) && defined(HAVE_PTHREAD_H) |