From a8fb18a3a244c4bf2624a99cbb13433564d71b8f Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Tue, 23 Jul 2024 13:42:15 +0200 Subject: [PATCH] include cuda_runtime in cu.hpp (#297) * include cuda_runtime in cu.hpp --------- Co-authored-by: Bram Veenboer --- include/cudawrappers/cu.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cudawrappers/cu.hpp b/include/cudawrappers/cu.hpp index 8adf8fa..c9f6b2f 100644 --- a/include/cudawrappers/cu.hpp +++ b/include/cudawrappers/cu.hpp @@ -14,6 +14,8 @@ #include #if !defined(__HIP__) +#include + #include #else #include