diff --git a/gpucublas/include/gpucublas.h b/gpucublas/include/gpucublas.h
index 8e7d4c3afa4d0165e2961c7791ae2dd2f12b3871..2305b4f9be07ee8f06d2ce6154fd1d55c0ece938 100644
--- a/gpucublas/include/gpucublas.h
+++ b/gpucublas/include/gpucublas.h
@@ -15,7 +15,7 @@
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Nathalie Furmento
- * @date 2023-07-04
+ * @date 2023-07-06
  * @precisions normal z -> c d s
  *
  */
@@ -39,6 +39,7 @@
 #include <cuda_fp16.h>
 #endif
 
+#include <cuda_runtime_api.h>
 #include <cublas_v2.h>
 
 #define CUBLAS_SADDR(_a_) (&(_a_))