From a21a4c7b4b6b1e3916c51fcd9583f757ded38c50 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Wed, 23 Sep 2015 14:58:22 +0000 Subject: [PATCH] assert.h is required for cudablas --- cudablas/include/cudablas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h index 761884dd2..aa6e0fee4 100644 --- a/cudablas/include/cudablas.h +++ b/cudablas/include/cudablas.h @@ -28,6 +28,7 @@ #include <stdio.h> #include <math.h> #include <string.h> +#include <assert.h> #if defined(CHAMELEON_USE_CUDA) #include <cuda.h> -- GitLab