1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 00:07:05 +01:00

Eigen support fix (use of Grid as a library was broken)

This commit is contained in:
2018-08-03 21:07:58 +01:00
parent 81347b4d16
commit 584c921ca0
4 changed files with 11 additions and 25 deletions

View File

@ -3,7 +3,7 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
#include <Eigen/Dense>
#include <Grid/Eigen/Dense>
#if defined __GNUC__
#pragma GCC diagnostic pop
#endif