aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-01-26 17:58:17 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-01-26 17:58:17 +0100
commitfaeae169dddd65eb24a36ad521ed8efcf0c58bc5 (patch)
tree686a9ce721220655c9e5c2cbb4789e58838051c1 /bench/btl
parent210a280daf5c071886789a4f7bf45eb6d49c31c3 (diff)
fix compilation
Diffstat (limited to 'bench/btl')
-rw-r--r--bench/btl/libs/C_BLAS/C_BLAS_interface.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/libs/C_BLAS/C_BLAS_interface.hh b/bench/btl/libs/C_BLAS/C_BLAS_interface.hh
index aeb4e4380..aa2021d13 100644
--- a/bench/btl/libs/C_BLAS/C_BLAS_interface.hh
+++ b/bench/btl/libs/C_BLAS/C_BLAS_interface.hh
@@ -21,7 +21,7 @@
#define C_BLAS_PRODUIT_MATRICE_VECTEUR_HH
#include "f77_interface.hh"
-
+#include <complex>
extern "C"
{
#include "cblas.h"