1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-14 17:55:38 +00:00

Moved #include

This commit is contained in:
Chulwoo Jung 2018-03-07 16:22:54 -05:00
parent 0b63e2e9cd
commit 1c430ec71c

View File

@ -32,6 +32,8 @@ Author: Chulwoo Jung <chulwoo@bnl.gov>
#include <string.h> //memset
#include<Grid/algorithms/densematrix/DenseMatrix.h>
#ifdef USE_LAPACK
#ifdef USE_MKL
#include<mkl_lapack.h>