Disable yet another Eigen2 deprecated warning

This commit is contained in:
Christoph Hertzberg 2014-12-11 16:49:07 +01:00
parent 58f0647f96
commit 739ed32222

View File

@ -9,6 +9,8 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#define EIGEN2_SUPPORT
#define EIGEN_NO_EIGEN2_DEPRECATED_WARNING
#define EIGEN_NO_STATIC_ASSERT
#include "main.h"
#include <functional>