summaryrefslogtreecommitdiff
path: root/Tests/Cuda/ProperDeviceLibraries/main.cu
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/ProperDeviceLibraries/main.cu')
-rw-r--r--Tests/Cuda/ProperDeviceLibraries/main.cu3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Cuda/ProperDeviceLibraries/main.cu b/Tests/Cuda/ProperDeviceLibraries/main.cu
index 8ceb0ccb4..397804cf9 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)