summaryrefslogtreecommitdiff
path: root/Tests/Cuda/ObjectLibrary/static.cu
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/ObjectLibrary/static.cu')
-rw-r--r--Tests/Cuda/ObjectLibrary/static.cu3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Cuda/ObjectLibrary/static.cu b/Tests/Cuda/ObjectLibrary/static.cu
index 37bb8391e..530a114a5 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)
{