aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc/lapacke.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/misc/lapacke.h')
-rwxr-xr-x[-rw-r--r--]Eigen/src/misc/lapacke.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/src/misc/lapacke.h b/Eigen/src/misc/lapacke.h
index 1c0d8543d..8c7e79b03 100644..100755
--- a/Eigen/src/misc/lapacke.h
+++ b/Eigen/src/misc/lapacke.h
@@ -31,6 +31,8 @@
* Generated November, 2011
*****************************************************************************/
+#ifndef _MKL_LAPACKE_H_
+
#ifndef _LAPACKE_H_
#define _LAPACKE_H_
@@ -16285,3 +16287,5 @@ void LAPACK_zsyr( char* uplo, lapack_int* n, lapack_complex_double* alpha,
#endif /* __cplusplus */
#endif /* _LAPACKE_H_ */
+
+#endif /* _MKL_LAPACKE_H_ */