From 002f7114d1792181071a87f28d4c8d721a8aa581 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 24 Jun 2010 23:21:45 +0200 Subject: [PATCH] add support for oski --- bench/BenchSparseUtil.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bench/BenchSparseUtil.h b/bench/BenchSparseUtil.h index aba732d72..305c70aeb 100644 --- a/bench/BenchSparseUtil.h +++ b/bench/BenchSparseUtil.h @@ -1,5 +1,4 @@ -#include #include #include #include @@ -140,3 +139,9 @@ void eiToUblas(const EigenSparseMatrix& src, UblasMatrix& dst) #endif + +#ifdef OSKI +extern "C" { +#include +} +#endif