From c3f95f9409fa86621b94b9d7b88b15136fc569c4 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sat, 6 Nov 2010 21:54:38 +0000 Subject: [PATCH] Another lapack.h (not present on Linux), fortunately not needed --- gtsam/base/Matrix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gtsam/base/Matrix.cpp b/gtsam/base/Matrix.cpp index a262e9595..08d09b809 100644 --- a/gtsam/base/Matrix.cpp +++ b/gtsam/base/Matrix.cpp @@ -31,7 +31,6 @@ extern "C" { #ifdef GT_USE_LAPACK extern "C" { #include -#include } #endif