diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index 761884dd230c8c335f1418b7a6aef16bd1f8f7a6..aa6e0fee44cdd490e4752a11524f82c9527558d0 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>