From 36bda94eb4a686297f234bbb7d46423ab344a60e Mon Sep 17 00:00:00 2001 From: lzhao4ever Date: Fri, 4 Nov 2016 17:02:04 -0700 Subject: [PATCH] include mkl_lapacke.h (#359) --- paddle/math/MathFunctions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/math/MathFunctions.h b/paddle/math/MathFunctions.h index cad0e4740b..b322bd2bd7 100644 --- a/paddle/math/MathFunctions.h +++ b/paddle/math/MathFunctions.h @@ -17,6 +17,7 @@ limitations under the License. */ #ifdef PADDLE_USE_MKL #include +#include #else extern "C" { #include