From 9e80822fc974c7883d23b197a1a1063d34602420 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 11 Sep 2012 13:32:56 +0200 Subject: fix compilation on freebsd --- blas/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blas') diff --git a/blas/common.h b/blas/common.h index 26b4ed5a3..e6398e952 100644 --- a/blas/common.h +++ b/blas/common.h @@ -10,6 +10,9 @@ #ifndef EIGEN_BLAS_COMMON_H #define EIGEN_BLAS_COMMON_H +#include +#include + #include #include @@ -68,9 +71,6 @@ inline bool check_uplo(const char* uplo) return UPLO(*uplo)!=0xff; } -#include -#include - namespace Eigen { #include "BandTriangularSolver.h" -- cgit v1.2.3