From b89576040475a322df5fc8611285d0b8ed07035a Mon Sep 17 00:00:00 2001 From: Kai Ni Date: Wed, 17 Mar 2010 18:03:54 +0000 Subject: [PATCH] reenable veclib include path --- cpp/Matrix.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpp/Matrix.cpp b/cpp/Matrix.cpp index 5d934f2f1..6261952c4 100644 --- a/cpp/Matrix.cpp +++ b/cpp/Matrix.cpp @@ -11,7 +11,11 @@ #include #ifdef GT_USE_CBLAS + #ifdef YA_BLAS +#include + #else #include + #endif #endif #include