aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-07-17 13:49:43 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-07-17 13:49:43 +0200
commit2a820d41df2fcbf34d14d538ba8280271a96ad92 (patch)
treeb907fcad5a5fa9b3bbbb99dc01ac4633f0bcaec0 /blas/common.h
parentdd27e10360ada43cc9c33a802211d79cc3984b23 (diff)
finish/fix level1 blas, all test pass
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blas/common.h b/blas/common.h
index 843e64ab7..5e7117dee 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -26,6 +26,7 @@
#define EIGEN_BLAS_COMMON_H
#include <iostream>
+#include <complex>
#ifndef SCALAR
#error the token SCALAR must be defined to compile this file