From c0fc94277f4a5ce9830b9fc2d45b41643c8bc78b Mon Sep 17 00:00:00 2001 From: Tianshu Cheng Date: Wed, 2 Sep 2015 17:35:38 -0500 Subject: [PATCH] add array_add.cuh to arraymath.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 449062d..ad066bb 100644 --- a/stim/cuda/arraymath.cuh +++ b/stim/cuda/arraymath.cuh @@ -5,6 +5,7 @@ #include #include #include +#include namespace stim{ namespace cuda{ -- libgit2 0.21.4