Browse Source

fix build

Samuel Thibault 10 years ago
parent
commit
1f81323901
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/drivers/cuda/starpu_cublas.c

+ 2 - 1
src/drivers/cuda/starpu_cublas.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2012  Université de Bordeaux
+ * Copyright (C) 2009-2012, 2014  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -18,6 +18,7 @@
 #include <starpu.h>
 #include <starpu_cuda.h>
 #include <common/config.h>
+#include <cublas.h>
 
 #ifdef STARPU_USE_CUDA
 static void init_cublas_func(void *args STARPU_ATTRIBUTE_UNUSED)