From 42890942d2829f6067d9215daa1aff5379d2651a Mon Sep 17 00:00:00 2001 From: Tianshu Cheng Date: Fri, 4 Sep 2015 15:55:36 -0500 Subject: [PATCH] add conv2.cuh --- stim/cuda/arraymath.cuh | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/stim/cuda/arraymath.cuh b/stim/cuda/arraymath.cuh index ad066bb..16a36b8 100644 --- a/stim/cuda/arraymath.cuh +++ b/stim/cuda/arraymath.cuh @@ -6,6 +6,7 @@ #include #include #include +#include namespace stim{ namespace cuda{ -- libgit2 0.21.4