LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / Eigen / Array
blob3d004fb69e8de9ea47c14d0aa455caf85a87afe3
1 #ifndef EIGEN_ARRAY_MODULE_H
2 #define EIGEN_ARRAY_MODULE_H
4 // include Core first to handle Eigen2 support macros
5 #include "Core"
7 #ifndef EIGEN2_SUPPORT
8   #error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
9 #endif
11 #endif // EIGEN_ARRAY_MODULE_H