summaryrefslogtreecommitdiff
path: root/test/routines/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/common.hpp')
-rw-r--r--test/routines/common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/routines/common.hpp b/test/routines/common.hpp
index 1abf5528..9708288a 100644
--- a/test/routines/common.hpp
+++ b/test/routines/common.hpp
@@ -25,8 +25,9 @@
#ifdef CLBLAST_REF_CBLAS
#include "test/wrapper_cblas.hpp"
#endif
+#include "test/wrapper_cuda.hpp"
#ifdef CLBLAST_REF_CUBLAS
- #include "test/wrapper_cuda.hpp"
+ #include "test/wrapper_cublas.hpp"
#endif
// =================================================================================================